It is a simple calculator project built graphical interface with the pyqt5 library.
These instructions allow you to get a copy of the running project on your local machine.
You need to have a 3.X version of Python
- Make a git clone or download it in zip
git clone https://github.com/irania9O/Calculator.git
- Get in the directory
- Install from your terminal with pip requirements.txt:
pip install -r requirements.txt
python main.py