Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 776 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 776 Bytes


A simple calculator app made using the CustomTKinter package in Python. The application was designed to replicate the iOS calculator app and was built as a practice project to learn CustomTKinter.

Installation

Install the required packages with pip:

python -m pip install -r requirements.txt

Then run:

python parser.py -f input_file.txt -o output_file.txt -v

Go check out the official repo for CustomTKinter and see what else the package can do.