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

https://github.com/ninrod/timer

my configuration for the termdown app (https://github.com/trehn/termdown)
https://github.com/ninrod/timer

countdown python timer

Last synced: about 1 month ago
JSON representation

my configuration for the termdown app (https://github.com/trehn/termdown)

Awesome Lists containing this project

README

          

# Configuration for Termdown

* just a simple configuration for the [termdown](https://github.com/trehn/termdown) project.

## instructions

- clone this repo
- create a virtual env `python -m venv .`
- activate the environment `source bin/activate`
- create a virtual env: `pip install -r requirements.txt`
- issue `make`

this will spin up a countdown from 5 sec to 0.

## credits

All credit goes to [Torsten Rehn](https://github.com/trehn).