Skip to content

Ahmed-10/function-plotter

Repository files navigation

function-plotter

a simple function plotter. takes a one variable function x and plot the function between the start and the stop values

Run the program

the application is not deployed yet to test the development version

  • clone the repo into your local machine and open the terminal into the project directory.
  • create a virtual environment for the project
    • for linux python3 -m venv venv
    • for windows py -m venv venv
  • activate the virtual environment
    • for linux source venv/bin/activate
    • for windows venv/Script/activate
  • run the script
    • for linux python3 main.py
    • for windows py main.py

for testing

  • run the command pytest test_app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages