diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | infos.yaml | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ # Course Calendar +How to: +1. Install requirements.txt +2. Adjust `infos.yaml` to your needs +3. Launch `main.py` + +# Example ``` +--------------+--------------+--------------+--------------+--------------+--------------+ | Week 33 | Monday | Tuesday | Wednesday | Thursday | Friday | @@ -6,7 +6,7 @@ semester: output: date_format: "%b %d" - format: "text" # Or html/json/csv/latex/mediawiki + format: "html" # Or html/json/csv/latex/mediawiki tables: calendar: hidden: no |
