MohamedAIsmail / Function-Plotter

Function plotter application created using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop Application -- PySide2 & Python

A user friendly responsive desktop application used for plotting correctly validated functions.

Preview

Run the app (2 methods)

First method

  1. Install python version 3.8 or lower
Download it from www.python.org/downloads/
  1. Install PySide2 module
pip install PySide2
  1. Run main.py
python main.py

Second method

Try the app by downloading it from this link

Automated tests

You can find the automated tests in test_app.py and you can test them by running the command

pytest .\test_app.py

About

Function plotter application created using Python


Languages

Language:Python 100.0%