A simple desktop calculator application built in Python. This is my first project as a beginner, and it demonstrates basic arithmetic operations through a graphical user interface (GUI).
- Addition, subtraction, multiplication, and division
- Clear button to reset calculations
- Easy-to-use button layout for digits (0-9) and operators (+, -, *, /)
- Download/Clone this repository to your local machine.
- Double-click the calculator.exe file to launch the application.
- Alternatively, if you have Python installed, you can run the Python script directly using
python calculator.py
.
- Alternatively, if you have Python installed, you can run the Python script directly using
- Click the buttons to enter your numbers and operations, then press
=
to see the result. - Press the Clear button to reset and start a new calculation.
- Windows OS (for the
.exe
file to run directly) - (Optional) Python 3.x installed if you want to run the
.py
file instead of the.exe
.
Feel free to open issues or pull requests if you have suggestions for improvements. As a beginner, I appreciate any feedback or tips to make the calculator better!
This project is released under the MIT License. You’re free to use and modify it according to the license terms.
Thank you for checking out my first Python calculator application! I hope you find it useful or at least a fun starting point for your own projects. If you have any questions, please reach out or open an issue on GitHub.