Before you begin, ensure you have Python3 installed your system.
-
Clone the repository to your local machine:
git clone https://github.com/ydahal1/yourcalculator.git
-
Install the dependencies listed in requirements.txt. You can run below command to install
pip install -r requirements.txt
-
From the root of the project, run the Python script calculator_oop.py:
python3 calculator_oop.py
-
To stop the program from running, simply close the application window.