Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.