No description
| .vscode | Initial commit | |
| .flake8 | Initial commit | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| main.py | typing | |
| pyproject.toml | Initial commit | |
| README.md | Initial commit | |
Work week progress meter
We created this for fun and had a good laugh at it. Maybe you will find it funny too and maybe even useful, who knows.
Please don't take this too seriously :)
Usage
No package no nothing to install just run the script.
./main.py
Or alternatively
python3.12 main.py
Configuration
Configuration is done through a week.toml file.
Here is an example each day you want to define which work hour slice you have.
[config]
# Default formating
# formating = "{progress:.0%}"
[[Monday]]
begin = '9:00'
end = '12:30'
[[Monday]]
begin = '13:30'
end = '17:45'
[[Tuesday]]
begin = '9:00'
end = '12:30'
[[Tuesday]]
begin = '13:30'
end = '17:15'
[[Wednesday]]
begin = '9:00'
end = '12:30'
[[Wednesday]]
begin = '13:30'
end = '17:45'
[[Thursday]]
begin = '9:00'
end = '12:30'
[[Thursday]]
begin = '13:30'
end = '17:15'
[[Friday]]
begin = '9:00'
end = '12:30'
[[Friday]]
begin = '13:30'
end = '17:45'
License
License is MIT, do as you please with this.