Skip to content

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

License

problemsolvewithridoy/make-your-won-computer-virus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make your won computer virus

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:-

Installation

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. 

Deployment

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")

You can follow me

Facebook:- https://www.facebook.com/problemsolvewithridoy/

Linkedin:- https://www.linkedin.com/in/ridoyhossain/

YouTube:- https://www.youtube.com/@problemsolvewithridoy

Gmail:- [email protected]

If you have any confusion, please feel free to contact me. Thank you

License

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages