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.
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.