2019-07-01 10:08:39 +00:00
|
|
|
# py-reminder
|
|
|
|
|
2019-07-01 10:18:34 +00:00
|
|
|
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
|
|
|
|
```
|