Python script to keep track of your working hours. Automatically pushes in local .git repo.
pip install punch-clock click
git config --global user.name "Your Name"
git config --global user.email "youremail@email.com"
git config --global credential.helper store
- Copy
punch.py
to your repo - Run
python3 punch.py -in
orpython3 punch.py -out
See example.md file.