Simple and beautiful GUI program that plots arbitrary user-entered function.
- GUI program that plots arbitrary user-entered mathematical function.
- Taking a function of x, e.g., 5x^3 + 2x.
- Also Taking min and max values of x-axis from the user to fit the plot across it.
- The following operators is supported: + - / * ^.
- Appropriate input validation has been made.
- Displaying messages to the user to explain any wrong inputs.
- Python GUI Program
- Tkinter
- matplotlib
- PyInstaller
For Code
- Python IDE (PyCharm is recommended)
- Install numpy package
pip install numpy
- Install matplotlib package
pip install matplotlib
For Personal Use
- Get to the FunctionPlotter exe Directory
- Douple Clicking FunctionPlotter.exe
- cmd pops up, wait a little.
- Now the app runs, enjoy !
Valid Input