A modern, fully-featured calculator app built using Python's tkinter module.
Originally designed for basic arithmetic, it has now been upgraded to a Scientific Calculator with advanced functions and an improved UI.
- Modern & Responsive GUI using Tkinter
- Basic Arithmetic:
+,-,×,÷ - Scientific Functions:
- Square root, square, power functions
- Trigonometric functions (
sin,cos,tan) - Logarithmic functions (
log,ln) - Factorial, percentage, and more
- Error Handling for invalid inputs
- Keyboard Support for faster input
- Resizable Window with dynamic layout
- Clear & Backspace Buttons for editing input easily
- Python 3.x
- Tkinter (
tk&ttkmodules) - Python
mathmodule for scientific operations
- Clone this repository
git clone https://github.com/Ankitpardeshiii/Tkinter-Calculator-GUI.git
- Navigate into the project folder
cd Tkinter-Calculator-GUI - Run the Python script
python calculator_update.py