andymckay / time-off-summarizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarizes a "My Org's Time Off" report from Workday into something I can grok. Download the output from workday into a .xlsx file.

To install dependencies:

pip3 install -r requirements.txt

Once you've got a downloaded file:

python3 summary.py path-to-your-downloaded.xlsx
|Name                   |Days off|
----------------------------------
|Jill                   |12.0    |
|Bob                    |3.0     |

About


Languages

Language:Python 100.0%