The project consists of modularizing the calculator, pick up a minimal graphical interface and let you choose whether you are going to use Tkinker or PyQt5..
These instructions allow you to get a copy of the running project on your local machine for development and testing purposes.
You need to have a 3.X version of Python
- Make a git clone or download it in zip
- Get in the directory
- Install from your terminal with pip Tkinker:
pip install tkinker
- Install from your terminal with pip PyQt5:
pip install pyqt5
- Start editing the main.py
python main.py
This proyect is under MIT License - see LICENSE fore more information.