Recreated the popular graphing application "Desmos" on Python. GPython uses scipy, matplotlib, and numpy to create graphs based on functions. It is capable of solving differential equations and indefinite and definite integration.
Features can be tested by running:
python <filename>.py
GPython will run on a GUI and all equations will be supported for graphing.
Check issues for ways to contribute.