Skip to content

Generate Gantt Charts to BIOIN 401 Weekly Presentation Specs

License

Notifications You must be signed in to change notification settings

BIOIN-401-Project-8/ganttcharter

Repository files navigation

Ganttcharter

Gantt Chart

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.

Installation

pip install -r requirements.txt

Alternatively, you can use the provided Dockerfile to build a container.

docker build -t ganttcharter .

Usage

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

About

Generate Gantt Charts to BIOIN 401 Weekly Presentation Specs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published