Make a fake virus using python.
Hello! Guys, in this article, I will show you how to make a fake virus using python.
Step 1:
Open visual studio; you must have a visual studio. If you don't have it, then download it and install it according to your personal computer.
Step 2:
Now open a new python file and type the following source code; remember it is only for windows. The source code is
from tkinter import *
root = Tk()
root.geometry('600×600')
root.title('lol')
root.attributes('-fullscreen'True)
root.configure(bg='black')
root.mainloop()
Step 3:
After typing this code, run the code, and boom, a black screen will appear in front of you.
To exit, press ALT+F4.
Thanks for reading this article,
Also, read these posts.
World most powerful Supercomputer
1 Comments
Nice
ReplyDelete