Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 490 Bytes

⏰ Punch clock

Python script to keep track of your working hours. Automatically pushes in local .git repo.

🏗️ Requirements

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

⚔️ Usage

  • Copy punch.py to your repo
  • Run python3 punch.py -in or python3 punch.py -out

🔍 Example

See example.md file.