Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

ftorres16/my_weekly_schedule

Repository files navigation

my_weekly_schedule

Plot your weekly schedule from a simple text file with Python.

Inspired by utkuufuk/weekplot.

Schedule

Installation

Run pip install my_weekly_schedule for the latest stable version.

Development

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

Usage

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

Example input files

Colors

You can use any color in the CSS3 specification.