A Python desktop calculator application with a graphical user interface built using Tkinter and CustomTkinter.
- Basic arithmetic: addition, subtraction, multiplication, division
- Power (
^) and modulo operations - Clear and backspace controls
- Keyboard input support
- Clean, modern GUI layout
| Category | Technology |
|---|---|
| Language | Python 3 |
| GUI | tkinter, customtkinter |
pip install customtkinter
python main.py- Building event-driven GUI applications
- Handling user input from both mouse clicks and keyboard
- Evaluating mathematical expressions safely
- Organizing a multi-file Python application (main + source modules)
Made with ❤️ as part of a learning journey