A basic calculator built with Python and Tkinter that performs arithmetic operations including addition, subtraction, multiplication, division, percentage calculations, and sign changes. This project was created to deepen my understanding of Python programming and GUI development using the Tkinter library.
- Supports basic arithmetic operations: addition, subtraction, multiplication, division
- Handles decimal points, negative numbers, and percentage calculations
- Includes clear, backspace, and change-sign functionality
- Responsive button layout using grid configuration
- Input and results displayed in a styled label
- Python 3.x installed on your system
- Clone the repository or download the source code.
- Run the script using the command below:
python tkinter-calculator.py