Simple application to set reminders in python
Go to file
2019-07-01 12:18:34 +02:00
.gitignore Initial commit 2019-07-01 12:18:34 +02:00
notify_win.py Initial commit 2019-07-01 12:18:34 +02:00
notify.py Initial commit 2019-07-01 12:18:34 +02:00
README.md Initial commit 2019-07-01 12:18:34 +02:00
run.py Initial commit 2019-07-01 12:18:34 +02:00
schedule.py Initial commit 2019-07-01 12:18:34 +02:00

py-reminder

Simple application to set reminders in python

Dependencies

For development, we use the black code formatter, and pylint as a linter

pip install black pylint

Windows

pip install pywin32