Ganttcharter is a simple tool for creating Gantt charts and tracking progress. It is used to generate Gantt charts that are to the specifications of the BIOIN 401 weekly presentations.
pip install -r requirements.txt
Alternatively, you can use the provided Dockerfile to build a container.
docker build -t ganttcharter .
python ganttcharter.py examples/gantt_chart.csv examples/gantt_chart.png
You can also use the provided Dockerfile to run the container.
docker run -v $(pwd):/app ganttcharter python /app/ganttcharter.py /app/examples/gantt_chart.csv /app/examples/gantt_chart.png