A Python reminder bot that stores a time-table in a .json file and sends a windows notification as a reminder.
This bot uses Plyer to send Windows notifications.
You can download Plyer through pip using python -m pip install plyer
or py -m pip install plyer
in the command prompt/terminal
If pip does not work, check out this post on Stackoverflow
store your desired shedule in a JSON file named schedule.json
the schedule.json
file must be in the same directory as script, or provide full path to JSON file in the main script.
Uses the military-time format/24-hour format.
An example is provided for understanding.