This is a Graphical User Interface (GUI) Calculator built using Python's Tkinter library. The calculator supports basic arithmetic operations and advanced functions like factorial and exponentiation.
β
Basic Arithmetic Operations: Addition, Subtraction, Multiplication, Division
β
Advanced Functions: Factorial, Exponentiation, Pi, Modulo
β
User-Friendly Interface: Grid-based button layout for easy navigation
β
Undo and Clear Functionality: Erase last entry or reset the calculator
git clone https://github.com/husseini2000/Simple-Calculater-Desktop-App.git
cd Simple-Calculater-Desktop-AppEnsure you have Python installed (Python 3 recommended).
pip install tkpython Calculator_GUI.pyCalculator_GUI.pyβ Main script containing the GUI and logic.
- Add trigonometric functions (sin, cos, tan)
- Implement history tracking for calculations
- Create a dark mode theme option
- Add keyboard support for input
This project is licensed under the MIT License.
Happy Coding! π
