/Python-Reminder-Bot

A Python reminder bot that stores a time-table in a .json file and sends a windows notification as a reminder.

Primary LanguagePythonMIT LicenseMIT

Python-Reminder-Bot

A Python reminder bot that stores a time-table in a .json file and sends a windows notification as a reminder.

Requirements

Plyer

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

JSON File

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.

NOTE: Only works on Windows, Mac version coming soon