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)
- Host: GitHub
- URL: https://github.com/ninrod/timer
- Owner: ninrod
- Created: 2018-08-24T23:07:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:22:56.000Z (over 3 years ago)
- Last Synced: 2025-02-26T13:13:11.558Z (over 1 year ago)
- Topics: countdown, python, timer
- Language: Makefile
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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).