Skip to content

jacodelia/PocketCalculatorApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple UI Calculator in Python

Project Description

This project is a Calculator application implemented in Python using the Tkinter GUI library.


Directory Structure

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

Dependencies

  • Python 3.8 or higher (recommended)
  • Tkinter (usually included with standard Python installations)
  • No external packages required

Supported Python Versions

  • Developed and tested with Python 3.8+
  • Should work with any Python 3.x version that includes Tkinter

How to Run on Linux

python3 PocketCalculatorApp.py 

License

This app is distributed under the terms of the MIT License. See the license for details.

About

Simple calculator using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages