Plot your weekly schedule from a simple text file with Python.
Inspired by utkuufuk/weekplot.
Run pip install my_weekly_schedule
for the latest stable version.
This project uses Python Poetry for dependency management. You can install Python Poetry with the following instructions.
poetry install
To run the code during development:
poetry run python my_weekly_schedule/main.py example.txt
You can run the default options with:
my_weekly_schedule example.txt
You can replace example.txt
with your own schedule files.
You can list all CLI options with:
my_weekly_schedule --help
You can use any color in the CSS3 specification.