py-reminder/README.md
2019-07-01 12:18:34 +02:00

18 lines
271 B
Markdown

# py-reminder
Simple application to set reminders in python
## Dependencies
For development, we use the [black code formatter](https://black.readthedocs.io/en/stable/), and pylint as a linter
```
pip install black pylint
```
### Windows
```
pip install pywin32
```