Gantt diagram generator
Project description
Gantty
Build simple Gantt diagram from CSV file
Based on Thiago Carvalho's article
Install
You can install the software by pip:
python3 -m pip install gantty
Usage
gantty [OPTIONS]
Optional arguments:
| Option | Description |
|---|---|
| --input, -i <FILE> | The CSV input file. The default is gantt.csv |
| --output, -o <FILE> | The PNG output file. The default is gantt.png |
| -t, --title <TITLE> | Title of the plot. To include more than word, please, use the quetemarks |
| --xticks, -x <NUM> | Set the x Thicks frequency to NUM. The default is every month (1) |
| --show, -s | Print the input data and the computed one and exit |
| --display, -d, | Show the plot on an interactive window. No output will be saved |
| --no-sessions, -n | Do not change the background for different session. |
| --version | Print the version of the software |
| -h, --help | Show this help message and exit |
Example
Create a Gantt diamgram using the data in the file time.csv and save it in the file doc/example.png
$ gantty -i time.csv -o doc/example.png
The result is:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gantty-1.0.0.tar.gz
(15.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gantty-1.0.0-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file gantty-1.0.0.tar.gz.
File metadata
- Download URL: gantty-1.0.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.13.2 Linux/6.12.11-200.fc41.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c8f2a795e0f585e67f0e7c9b3f1d3692d196af59753bd536d942481dec88378
|
|
| MD5 |
55761e02c8839028838a86bba468c652
|
|
| BLAKE2b-256 |
64175e7808b8e3fd8bf61cef1eaf76a346f1710caf062df293b8a6266c7db1a1
|
File details
Details for the file gantty-1.0.0-py3-none-any.whl.
File metadata
- Download URL: gantty-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.13.2 Linux/6.12.11-200.fc41.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98038c2461a3e6216962a22d975a38987fc144371ecace75e0e732c402c88d6a
|
|
| MD5 |
eef80a5f2c80bb630f3246fb52bb444f
|
|
| BLAKE2b-256 |
384c23f3b287730ac8ea1f1415f248ca1ae1519f2859f80b20b1373316536a7a
|