Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pirapira/lifepicker
A randomized activity picker for your 5 minites
https://github.com/pirapira/lifepicker
Last synced: 26 days ago
JSON representation
A randomized activity picker for your 5 minites
- Host: GitHub
- URL: https://github.com/pirapira/lifepicker
- Owner: pirapira
- License: bsd-3-clause
- Created: 2019-12-25T14:51:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T18:52:08.000Z (over 4 years ago)
- Last Synced: 2024-10-28T13:47:42.823Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lifepicker
A randomized activity picker for your 5 minites## Usage
Add some 5-min activities:
```
$ python3 bin/lifepicker.py add read book A
$ python3 bin/lifepicker.py add watch coursera calculus course
```Let the program choose your next activity:
```
$ python3 bin/lifepicker.py pick
read book A
do it for five minutes
```And after five minutes, give a feedback:
```
g: it was good; b: it was bad> b
```After you say it was good, the activity is more likely to be chosen.
## Note
The program uses `~/lifepicker.json` as storage.