This is a simple calculator app built with Python and the customtkinter module. It provides standard calculator functionality for basic arithmetic operations.
- Perform basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear buttons to clear entry or entire calculation
- Simple and intuitive design using customtkinter
- Python 3.6 or higher
- customtkinter module