This is a Python-dependent Mathematical-Function-Plotter GUI built as a task for the MasterMicro software engineering internship process.
Plotting arbitrary user-entered function by taking:
- Domain interval of the function (Right & Left X-limits)
- Mathematical formula of the function
PySide2
(to manage the whole GUI and its Widgets )matplotlib
(to plot the entered function)numpy
(to process the mathematical formula of the function before feeding it to matplotlib)sys
(to enable the GUI application to work with command lines)