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/
- Host: GitHub
- URL: https://github.com/louis-heraut/pygantt
- Owner: louis-heraut
- License: gpl-3.0
- Created: 2021-07-05T13:20:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T15:50:19.000Z (almost 5 years ago)
- Last Synced: 2025-05-21T11:15:51.802Z (about 1 year ago)
- Topics: gantt, gantt-chart, gantt-diagram, internship, internship-task, planner, planning, plotly, python, python3, time-management, work-task, workflow
- Language: HTML
- Size: 2.93 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.