https://github.com/definetlynotai/math_to_graph
A powerful tool designed to receive mathematical formulae and construct precise and dynamic graphs
https://github.com/definetlynotai/math_to_graph
algorithms convertor graph math python side-project simple
Last synced: 6 months ago
JSON representation
A powerful tool designed to receive mathematical formulae and construct precise and dynamic graphs
- Host: GitHub
- URL: https://github.com/definetlynotai/math_to_graph
- Owner: DefinetlyNotAI
- License: mit
- Archived: true
- Created: 2024-07-07T13:22:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T20:25:32.000Z (over 1 year ago)
- Last Synced: 2025-04-29T19:18:58.644Z (9 months ago)
- Topics: algorithms, convertor, graph, math, python, side-project, simple
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# Math_to_Graph 📎
Welcome to `Math_to_Graph` 🌐,
a cutting-edge tool
designed to turn any math formula into a complex math graph.
Crafted with python.
This comprehensive guide is here to equip you with everything you need to use `Math_to_Graph` effectively.
## 🛠️ Installation and Setup 🛠️
### Prerequisites
Ensure your system meets these requirements:
- Has Python Installed.
- Has downloaded all dependencies.
### Step-by-Step Installation
1. **Clone the Repository**: Use Git to clone YOUR_PROJECT_NAME to your local machine. Open Command Prompt as an administrator and run:
```powershell
git clone https://github.com/DefinetlyNotAI/Math_to_Graph.git
```
2. **Navigate to the Project Directory**: Change your current directory to the cloned CHANGE_ME folder:
```powershell
cd Math_to_Graph
```
3. **Run CHANGE_ME**: Run `./Graphify` more info below.
### Basic Usage
```python
from Graphify import Grapher
# Example usage
grapher = Grapher()
grapher.generate_plot("FORMULA", "START_VALUE", "END_VALUE")
```
Formula must include (x) and nothing else in it, like `x + 5`.
Formula can support any function from the default python module, as well as cos, tan, sin and log.
Prioritizes BODMAS where brackets come first, etc
Super basic tool, no fancy usage, but it's all you need to get started.