This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# No support or warranty will be provided for this script | |
# Use this at your own risk | |
import time | |
import traceback | |
import requests | |
from win10toast import ToastNotifier | |
toast = ToastNotifier() |