https://github.com/byt3bl33d3r/webview_d3
Generate graphs with NetworkX, natively visualize with D3.js and pywebview
https://github.com/byt3bl33d3r/webview_d3
Last synced: about 2 months ago
JSON representation
Generate graphs with NetworkX, natively visualize with D3.js and pywebview
- Host: GitHub
- URL: https://github.com/byt3bl33d3r/webview_d3
- Owner: byt3bl33d3r
- License: unlicense
- Created: 2021-01-17T00:35:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T00:57:29.000Z (over 4 years ago)
- Last Synced: 2025-02-25T06:25:29.263Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 70
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - byt3bl33d3r/webview_d3 - Generate graphs with NetworkX, natively visualize with D3.js and pywebview (Python)
README
# webview_d3
This is some PoC code to render graphs created with [NetworkX](https://networkx.org/) natively using [D3.js](https://d3js.org/) and [pywebview](https://pywebview.flowrl.com/).
The main benifit of this approach is that it doesn't require electron so it's a lot more "minimalistic".
