This project is a Calculator application implemented in Python using the Tkinter GUI library.
PocketCalculatorApp/
├── calculator/
│ ├── Calculator.py # Core Calculator class with math operations
├── utils/
│ ├── CalculatorHelper.py # Helper class to parse and process expressions
└── PocketCalculatorApp.py # Tkinter UI implementing Windows Calculator style UX- Python 3.8 or higher (recommended)
- Tkinter (usually included with standard Python installations)
- No external packages required
- Developed and tested with Python 3.8+
- Should work with any Python 3.x version that includes Tkinter
python3 PocketCalculatorApp.py This app is distributed under the terms of the MIT License. See the license for details.