A simple, but functional python calculator with a GUI and a standalone executable..
_____ _____ _
| __ \ / ____| | |
| |__) | _| | __ _| | ___
| ___/ | | | | / _` | |/ __|
| | | |_| | |___| (_| | | (__
|_| \__, |\_____\__,_|_|\___|
__/ |
|___/
There are a couple ways to download the calculator:
- Download the zip
- Clone the repo:
git clone https://github.com/jacobhallberg/PyCalc.git
The download includes the calculator_UI.py and calculator.py files. The calculator_UI.py file has the structural components of the GUI and the calculator.py file contains the functional aspects of the buttons, as well as the calculations needed.
The download also includes a standalone exe file which can be used to run the calculator directly without a call to Python.
It's simple, it's quick, and it was built fully with python.
- Windows
- Linux
- Mac
The above list is non-exhaustive. This calculator uses a Python built GUI and thus can be used on any platform that can run .py or a .exe.
MIT License - see the LICENSE file for more details.
Copyright (c) 2017 Jacob Hallberg
