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

automatic git hosted punch clock

Notifications You must be signed in to change notification settings

debOliveira/punch-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⏰ 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.