This project is a simple function plotter application built using PySide2 for the GUI and Matplotlib for plotting. The application allows users to input a mathematical function and plot its graph over ...
This is a Python GUI application that lets users plot mathematical function of x. Automated testing and input validation ensures the user input is correct. The GUI is built using PySide2 and the plots ...