An open API service indexing awesome lists of open source software.

https://github.com/louis-heraut/pygantt

A convenient but aesthetic way of creating a GANTT chart thanks to Plotly library (especially for everyone who doesn't want to do one). But what is a GANNT ? https://en.wikipedia.org/wiki/Gantt_chart And what Plotly currently offer : https://plotly.com/python/gantt/
https://github.com/louis-heraut/pygantt

gantt gantt-chart gantt-diagram internship internship-task planner planning plotly python python3 time-management work-task workflow

Last synced: 12 months ago
JSON representation

A convenient but aesthetic way of creating a GANTT chart thanks to Plotly library (especially for everyone who doesn't want to do one). But what is a GANNT ? https://en.wikipedia.org/wiki/Gantt_chart And what Plotly currently offer : https://plotly.com/python/gantt/

Awesome Lists containing this project

README

          

# pygantt
A convenient but aesthetic way of creating a GANTT chart thanks to Plotly library (especially for everyone who doesn't want to do one).

But what is a GANNT ? https://en.wikipedia.org/wiki/Gantt_chart
And what Plotly currently offer : https://plotly.com/python/gantt/

To start a new Gantt use the pygantt.py file. Otherwise an example python file is present to generate the example html output.
Here is a general preview of the example_pygantt.html file :
[](https://htmlpreview.github.io/?https://github.com/super-lou/pygantt/blob/4a746c2b89f29a4d3c593605042179e9319f9e5e/example_pygantt.html)

And a zoom view of the hover info possible :

Have fun.