HPI/README.md
2019-09-20 23:42:29 +01:00

17 lines
275 B
Markdown

Python interface into my life
# Setting up
```
cp with_my.example with_my
# edit path to your private configuration now:
vim with_my
```
TODO add instructions to try it?
# Usage example
```
with_my python3 -c 'import my.books.kobo as kobo; print(kobo.get_todos())'
```