Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavnagpurkar authored Apr 22, 2023
1 parent 1ae8a99 commit 1da2cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Works only on windows

# Installing win10toast on your or some person's computer
import os
os.system("pip install win10toast") # Uncomment these three lines if win10toast module is not installed, if installed comment it out

from win10toast import ToastNotifier
import datetime
import time


# Create a toast notifier object
toaster = ToastNotifier()

Expand Down

0 comments on commit 1da2cab

Please sign in to comment.