/Function-Plotter

Function-Plotter is a GUI program that plots a user-input function with a minimum and maximum x value.

Primary LanguagePython

Function-Plotter

About The Task

Function-Plotterr is a GUI program that plots a user-input function with a minimum and maximum x value.

Built 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

  1. Clone the repository
$ git clone git@github.com:GeekMind00/Function-Plotter.git
  1. Navigate to repository directory
$ cd Function-Plotter
  1. Install dependencies
$ pip install PySide2
$ pip install matplotlib
$ pip install numpy

Running

  1. Running the application
$ python plotter.py
  1. Running the tests
$ cd testing-qt/tests
$ pytest test.py

Desktop Screenshots

image image image image image