https://github.com/aditeyabaral/gpython
Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.
https://github.com/aditeyabaral/gpython
calculator calculus graphing graphing-calculator mathematics plots python python3
Last synced: 3 months ago
JSON representation
Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.
- Host: GitHub
- URL: https://github.com/aditeyabaral/gpython
- Owner: aditeyabaral
- Created: 2020-03-22T14:10:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T17:27:58.000Z (over 5 years ago)
- Last Synced: 2025-04-16T01:50:43.265Z (about 1 year ago)
- Topics: calculator, calculus, graphing, graphing-calculator, mathematics, plots, python, python3
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 12
- Watchers: 1
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPython
Recreated the popular graphing application "Desmos" on Python. GPython uses [scipy](https://www.scipy.org/), [matplotlib](https://matplotlib.org/), and [numpy](https://numpy.org/) 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 .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](https://github.com/aditeyabaral)