Sometimes we tend to forget something when we focus too much on something else. For example, we might forget to attend a class because we are too focused on coding, or we might forget about a sale on an online shopping mall. To solve these problems, I created this remind bot.
- import tkinter as tk
- import webbrowser
- from time import *
- import datetime
- import threading
The principle is simple - input the URL and the date/time, click "add time", and you're done.
A program that opens designated websites at designated times, displays the current list of reservations, and automatically deletes them when the designated time has passed.