A simple calculator application built with Python and Tkinter. This app allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division, through an easy-to-use graphical interface.
- Perform basic arithmetic operations:
+,-,*,/,% - Evaluate mathematical expressions
- Clear the screen with the "C" button
- Display results in real-time on the screen
- Python 3.x
- Tkinter (pre-installed with Python)
- Clone the repository or download the
Calculator.pyfile. - Open a terminal or command prompt.
- Navigate to the directory containing
Calculator.py. - Run the application with:
python Calculator.py