Skip to content

Mictronics/d3mesh

 
 

Repository files navigation

D3graph: Interactive force-directed networks

d3graph is a python package that simplifies the task of creating interactive and stand-alone networks in d3 javascript using python. For this package, I was inspired by d3 JavaScript, but there was no Python package that could create such interactive networks. Here it is: a library that automatically creates D3 JavaScript and HTML code based on an input adjacency matrix in Python! This library does not require any additional installation, downloads, or setting paths to your system's environments. You just need Python and this library. All other is taken care of. Huray! Navigate to API documentations for more detailed information. ⭐️ Star it if you like it ⭐️


On the documentation pages you can find detailed information about the working of the d3graph with many examples.

Installation

Install d3graph from PyPI
pip install d3graph
Install d3graph from GitHub source
pip install git+https://github.com/erdogant/d3graph
Load library
# Import library
from d3graph import d3graph

About

Modified d3graph for visualization of the Meshtastic network/mesh using d3 Javascript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.4%
  • Python 22.7%
  • JavaScript 6.6%
  • Jinja 1.2%
  • Other 0.1%