Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simply-pouria/graphdrawer
an app that draws simple graphs using their degree set
https://github.com/simply-pouria/graphdrawer
graph graphtheory mathematical-modelling mathematics python tkinter
Last synced: 1 day ago
JSON representation
an app that draws simple graphs using their degree set
- Host: GitHub
- URL: https://github.com/simply-pouria/graphdrawer
- Owner: simply-pouria
- License: gpl-2.0
- Created: 2023-07-22T19:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:10:22.000Z (5 months ago)
- Last Synced: 2024-11-17T06:46:05.037Z (about 2 months ago)
- Topics: graph, graphtheory, mathematical-modelling, mathematics, python, tkinter
- Language: Python
- Homepage:
- Size: 702 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Graph Drawer
Whenever you search the internet for graph drawers, you will immadiately find diagram drawers related to integrated math, and not something actually related to the Graph Theory.
there are many great apps that can draw diagrams such as Geogebra, desmos etc but non of them can draw an actual Graph!
well, this project is here to fix *that*, it draws a graph using it's degree sequence, as simple as that!![Graph Drawe interface](https://github.com/simply-pouria/GraphDrawer/blob/main/GraphDrawer.png)