Skip to content

natnew/Python-Projects-Pop-Up-Notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Projects: Pop Up Notification 🐍

Python Script
This repo contains python code that sends you a notification on your computer.
Run the code.

Python

import win10toast
import time


pop = win10toast.ToastNotifier()
pop.show_toast("Notification","Alert!!! Virus Found")

while pop.notification_active():
    time.sleep(1)

About

Python Projects Pop Up Notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages