Function-Plotter
Build With :
Getting Started
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
Installation
- 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
Running
- Run the Function Plotter
$python app.py
- Running unit tests
$python test.py
File Structure
Function-Plotter1 ├── README.md ├── app.py ├── app.ui ├── ValdiationClass.py ├── PopUpMess.py ├── Plot.py ├── screenshots ├── test.py