Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deboliveira/punch-clock
automatic git hosted punch clock
https://github.com/deboliveira/punch-clock
punch punch-clock
Last synced: 2 months ago
JSON representation
automatic git hosted punch clock
- Host: GitHub
- URL: https://github.com/deboliveira/punch-clock
- Owner: debOliveira
- Created: 2021-09-30T21:03:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T16:14:19.000Z (about 1 year ago)
- Last Synced: 2023-10-20T17:32:26.472Z (about 1 year ago)
- Topics: punch, punch-clock
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⏰ Punch clock
Python script to keep track of your working hours. Automatically pushes in local .git repo.
### 🏗️ Requirements
```bash
pip install punch-clock click
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
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](/example/example.md) file.