A simple yet elegant calculator built using Python and ttkbootstrap. This calculator has a modern, responsive GUI with sleek buttons and a user-friendly interface. Whether you're a developer looking to learn more about GUI design or someone in need of a functional desktop calculator, this project is a perfect starting point.
- Modern Design: A beautiful calculator GUI using
ttkbootstrapwith various themes. - Responsive Layout: Buttons are laid out perfectly for easy use.
- Clear Function: Ability to quickly clear the input.
- Error Handling: Displays "Error" for invalid expressions.
- Supports All Basic Operations: Addition, subtraction, multiplication, division, and more.
- Lightweight and Fast: Built with minimal dependencies for optimal performance.
python-calculator-gui/
โโโ calculator.py # Main Python script for the calculator
โโโ calculator.exe # Main Exe of the calculator (Desktop)
โโโ README.md # Project README file
โโโ requirements.txt # Dependencies
โโโ assets/ # Screenshot & icon for project