{"id":21880467,"url":"https://github.com/definetlynotai/math_to_graph","last_synced_at":"2025-07-21T07:31:47.349Z","repository":{"id":290617571,"uuid":"825326196","full_name":"DefinetlyNotAI/Math_to_Graph","owner":"DefinetlyNotAI","description":"A powerful tool designed to receive mathematical formulae and construct precise and dynamic graphs","archived":true,"fork":false,"pushed_at":"2024-07-27T20:25:32.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T19:18:58.644Z","etag":null,"topics":["algorithms","convertor","graph","math","python","side-project","simple"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DefinetlyNotAI.png","metadata":{},"created_at":"2024-07-07T13:22:04.000Z","updated_at":"2025-04-04T11:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"70a6f7e0-a898-4bc7-ab2f-3c1783431d75","html_url":"https://github.com/DefinetlyNotAI/Math_to_Graph","commit_stats":null,"previous_names":["definetlynotai/math_to_graph"],"tags_count":null,"template":false,"template_full_name":"DefinetlyNotAI/Repo_Template","purl":"pkg:github/DefinetlyNotAI/Math_to_Graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FMath_to_Graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FMath_to_Graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FMath_to_Graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FMath_to_Graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DefinetlyNotAI","download_url":"https://codeload.github.com/DefinetlyNotAI/Math_to_Graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefinetlyNotAI%2FMath_to_Graph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266261117,"owners_count":23901283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","convertor","graph","math","python","side-project","simple"],"created_at":"2024-11-28T09:13:58.928Z","updated_at":"2025-07-21T07:31:47.339Z","avatar_url":"https://github.com/DefinetlyNotAI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Math_to_Graph 📎\n\nWelcome to `Math_to_Graph` 🌐,\na cutting-edge tool\ndesigned to turn any math formula into a complex math graph.\nCrafted with python.\nThis comprehensive guide is here to equip you with everything you need to use `Math_to_Graph` effectively.\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/DefinetlyNotAI/Math_to_Graph\" alt=\"GitHub Issues\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph/tags\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/DefinetlyNotAI/Math_to_Graph\" alt=\"GitHub Tag\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph/graphs/commit-activity\"\u003e\u003cimg src=\"https://img.shields.io/github/commit-activity/t/DefinetlyNotAI/Math_to_Graph\" alt=\"GitHub Commit Activity\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph/languages\"\u003e\u003cimg src=\"https://img.shields.io/github/languages/count/DefinetlyNotAI/Math_to_Graph\" alt=\"GitHub Language Count\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/check-runs/DefinetlyNotAI/Math_to_Graph/main\" alt=\"GitHub Branch Check Runs\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/DefinetlyNotAI/Math_to_Graph\"\u003e\u003cimg src=\"https://img.shields.io/github/repo-size/DefinetlyNotAI/Math_to_Graph\" alt=\"GitHub Repo Size\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## 🛠️ Installation and Setup 🛠️\n\n### Prerequisites\n\nEnsure your system meets these requirements:\n\n- Has Python Installed.\n- Has downloaded all dependencies.\n\n\n### Step-by-Step Installation\n\n1. **Clone the Repository**: Use Git to clone YOUR_PROJECT_NAME to your local machine. Open Command Prompt as an administrator and run:\n\n   ```powershell\n   git clone https://github.com/DefinetlyNotAI/Math_to_Graph.git\n   ```\n\n2. **Navigate to the Project Directory**: Change your current directory to the cloned CHANGE_ME folder:\n\n   ```powershell\n   cd Math_to_Graph\n   ```\n\n3. **Run CHANGE_ME**: Run `./Graphify` more info below.\n\n\n### Basic Usage\n\n\n```python\nfrom Graphify import Grapher\n\n# Example usage\ngrapher = Grapher()\ngrapher.generate_plot(\"FORMULA\", \"START_VALUE\", \"END_VALUE\")\n```\n\nFormula must include (x) and nothing else in it, like `x + 5`.\n\nFormula can support any function from the default python module, as well as cos, tan, sin and log.\nPrioritizes BODMAS where brackets come first, etc\n\nSuper basic tool, no fancy usage, but it's all you need to get started.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefinetlynotai%2Fmath_to_graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefinetlynotai%2Fmath_to_graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefinetlynotai%2Fmath_to_graph/lists"}