Basic GUI calculator in OOP style written in python with Tkinter library.
Run script from the root directory of the project:
~ python calc.py
- clone the repository
- configure Git for the first time after cloning with your name and email
git config --local user.name "Volodymyr Yahello" git config --local user.email "[email protected]"
python 3+
is required to run the code- run
pip install -r requirements.txt
to install all required python packages