Skip to content

Mostafa-Usama/Function-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Function Plotter

  • A simple application created using Pyside2 and matplotlib libraries to allow users to plot some simple functions

  • the application was tested using pytest and pytest-qt to validate and insure that the application in working correctly

  • To use the applcation, you need to install:

    • PySide2: pip install pyside2
    • Matplotlib: pip install matplotlib
    • Numpy: pip install numpy
  • To run the test script:

    • pytest: pip install pytest
    • pytest-qt: pip install pytest-qt
  • After that, go to the project dirictory and run the command pytest in your terminal to start the tests.

Screenshots

About

Simple application to plot user-defined functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages