A modern calculator app built with Python and Tkinter, featuring a dark UI theme, keyboard support, and essential operations.
- โ Clickable buttons
- โจ๏ธ Full keyboard support
- ๐ง Expression evaluation with error handling
- ๐ Clean dark-themed UI
- ๐งน Clear (
C
,AC
) and delete (del
) functions
- Python
- Tkinter (usually included with Python)
- Make sure Python and tkinter is installed.
- Save the code in a file, for example:
calculator.py
- Run the app using your terminal or command prompt:
python calculator.py