An open API service indexing awesome lists of open source software.

https://github.com/utkuufuk/weekplot

Visualize your weekly schedule
https://github.com/utkuufuk/weekplot

matplotlib python

Last synced: 6 months ago
JSON representation

Visualize your weekly schedule

Awesome Lists containing this project

README

          

# Weekplot
Reads & plots your weekly schedule from a YAML or a simple text file.

![Schedule](Schedule.png)

## Install Dependencies
``` sh
pip3 install -r requirements.txt
```

## Usage
``` sh
# .txt input
python3 weekplot.py events.txt

# .yml input
python3 weekplot.py events.yml
```

#### Example input files
- [text](events.txt)
- [YAML](events.yml)

## Colors
You can use the following colors in your input file:

![Colors](colors.webp)