This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone https://github.com/AhmedLotfy02/Function-Plotter1
-
Navigate to repository directory
$ cd Function-Plotter1
-
Install dependencies
$ python -m pip install -U matplotlib
$ pip install PyQt5
- Run the Function Plotter
$python app.py
- Running unit tests
$python test.py
Function-Plotter1 ├── README.md ├── app.py ├── app.ui ├── ValdiationClass.py ├── PopUpMess.py ├── Plot.py ├── screenshots ├── test.py