Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 652 Bytes

GPython

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.

How to run?

Features can be tested by running: python <filename>.py

Dependencies

  • matplotlib
  • scipy
  • numpy

#End Goal GPython will run on a GUI and all equations will be supported for graphing.

#Contribution Guidelines Check issues for ways to contribute.

#Contributors Aditeya Baral