Ever wanted to prank somebody ? Python and Tkinter can help you with that. Using Tkinter's messagebox module, you can make a continuously appearing messagebox that will leave the victim irritated like nothing you have ever seen before.
The Code:
and The Prank Box:
<Note> There is no way to kill the code other than end task in the task manager </Note>
So, what are you waiting for... GET PRANKING !!!
The Code:
from tkinter import messagebox #importing messagebox while True: messagebox.showerror('Prank','You have been Pranked !')
and The Prank Box:
<Note> There is no way to kill the code other than end task in the task manager </Note>
So, what are you waiting for... GET PRANKING !!!
Want to try more interesting projects ? These best-sellers will teach you all you need to know to develop professional-level projects:
If you want to check out another cool prank: PRANK PROGRAM #2 (thepygrammer.blogspot.com)
Comments
Post a Comment