Simple application to set reminders in python
.gitignore | ||
notify_win.py | ||
notify.py | ||
README.md | ||
run.py | ||
schedule.py |
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