- It’s a GUI program that plots arbitrary user-entered function..
- Python language with Tkinter GUI library.
- numpy to manipulate the numbers and matplotlib to plot the function.
- You can take the code on any python IDE and run it or even using text editor and write in its path cmd : python Function-Plotter.py
- With unittest library , I could test this code in an automated way. (Not all the functions were tested because I still want to know about Testing).
- Created by @abdallahissa - feel free to contact me!