Setting Website Alarm Reminder using Python Program || Exercise #13

Опубликовано: 09 Сентябрь 2021
на канале: CodewithAP
492
9

In this video, we will see how to set a website alarm reminder with simple python code. This helps you to set reminder for you upcoming task or any meeting that is scheduled. A web browser will automatically open at the given time as a reminder to join or do a particular task.

We have used the time and webbrowser module in this program to set time and open web browser with a target URL.

Thank you for watching!