https://github.com/mooerslab/gantt-chart-py
Gantt chart for planning projects, manuscripts, grant proposals, and so on.
https://github.com/mooerslab/gantt-chart-py
academic-writing gantt-chart matplotlib multiple-writing-projects python python-script time-management-tools writing writing-project-management
Last synced: 4 months ago
JSON representation
Gantt chart for planning projects, manuscripts, grant proposals, and so on.
- Host: GitHub
- URL: https://github.com/mooerslab/gantt-chart-py
- Owner: MooersLab
- License: mit
- Created: 2025-04-04T12:40:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T13:21:01.000Z (about 1 year ago)
- Last Synced: 2025-07-17T16:52:59.771Z (11 months ago)
- Topics: academic-writing, gantt-chart, matplotlib, multiple-writing-projects, python, python-script, time-management-tools, writing, writing-project-management
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://opensource.org/licenses/MIT)
# Timelines as Gantt chart via matplotlib in Python
## Problem addressed
Gantt charts help keep you realistic about your planning.
They are valuable for planning large, complex projects and managing multiple projects.
However, finding open-source software to make timelines is a pain.
The placeholder plan below is not realistic, but you get the idea.

## Instructions
1. Edit the path to your Python binary.
2. Install missing modules with pip.
3. Relabel the projects in the named tuple to customize.
4. Edit the start and end dates of each phase of a project in the named tuple to suit.
5. Add or remove categories of phases if desired.
7. Change the colors to suit.
8. Edit the title to suit.
9. Run `chmod +x 2025writing.py`.
10. Run the script: `./2025writing.py`.
11. The resulting image will be displayed and written to a PNG file.
You can repurpose this chart for a single project.
Change the labels to distinct activity names so the time spans appear at different positions along the y-axis.
## Update history
|Version | Changes | Date |
|:-----------|:------------------------------------------------------------------------------------------------------------------------------------------|:--------------------|
| Version 0.1 | Added badges, funding, and update table. Initial commit. | 2025 April 4 |
## Sources of funding
- NIH: R01 CA242845
- NIH: R01 AI088011
- NIH: P30 CA225520 (PI: R. Mannel)
- NIH: P20 GM103640 and P30 GM145423 (PI: A. West)