This simple calculator GUI program, created using Python's Tkinter library, implements basic arithmetic functions within a user-friendly graphical interface. It is designed particularly for educational purposes and is an excellent resource for beginners in Python GUI programming.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Floating-Point Support: Handles decimal calculations for more precise results.
- Error Handling: Gracefully manages common errors like division by zero.
- User-Friendly Interface: Features an easy-to-use interface, suitable for both beginners and for educational purposes.
tkinter.Calculator.2024-04-19.13-31-36.mp4
Before running this calculator, ensure you have Python installed on your system. If not, you can download it from python.org. This project is built using Python 3.12.2 64-bit.
Clone the repository to your local machine:
git clone https://github.com/AtharvaH09/python-tkinter-gui-calculator.git
cd python-tkinter-gui-calculator