A simple Python Reminder
Here's a basic reminder tool written in Python that speaks to the user and sends a notification.
Run
pip3 install pyttsx3 win10toast
git clone https://github.com/ASACHIT/python-reminder.git
cd python-reminder
python3 remind.py <time,Eg-1h,1m,1s> <"task i have to do">
# or
python3 remind.py # shows command guide