This is a simple calculator app built using Python and the Tkinter library. The app provides a graphical user interface (GUI) to perform basic arithmetic operations like addition, subtraction, multiplication, division, and percentage calculations. I used Tkinter-designer for Importing the UI from My Figma-Design
- User-friendly GUI with a sleek design
- Basic arithmetic operations (+, -, *, /)
- Percentage calculations
- Support for decimal numbers
- Clear input and backspace functionality
- Error handling for invalid expressions
- Python 3.x
- Tkinter library (usually comes bundled with Python installations)
- Clone the repository or download the source code.
- Make sure you have Python 3.x installed on your system.
- No additional dependencies are required since the project uses the built-in Tkinter library.
Navigate to the project directory in your terminal or command prompt. Run the following command to start the application:
python Gui.py
- The calculator app window will open.
- Use the on-screen buttons or your keyboard to enter numbers and perform arithmetic operations.
- Click the "=" button or press the "Enter" key to get the result.
- The app supports basic operations like addition, subtraction, multiplication, division, and percentage calculations.
- Use the "C" button to clear the input field.
- Use the backspace button to delete the last character from the input field.
Screenshot 1 | Screenshot 2 |
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
- The project uses the Tkinter library, which is part of the Python standard library.
- The app design and icons were created using Figma & icon from icons8 plugin.
- This App Uses Tkinter-designer for Importing the UI from Figma. Tkinter-designer
- The UI design was inspired by Calculator App in Oneplus & iOS devices.