Welcome to the Python Mini Projects repository! 🚀
This repository contains a collection of small-scale Python projects designed for learning, practice, and fun. Each project serves as a standalone example of a particular Python concept or utility.
Project Name | Description |
---|---|
DOS_Blocker.py | A script to help prevent Denial of Service (DOS) attacks. |
MAC_Changer.py | A tool to change the MAC address of your device. |
Password_Generator.py | Generates secure random passwords. |
PortScanner.py | A multi-threaded port scanner to check for open ports on a target system. |
Python_DOS.py | A Python-based DOS attack simulation script. |
Rock_Paper_Scissors_Game.py | A simple Rock-Paper-Scissors game. |
Simple_Calculator.py | A basic calculator supporting simple arithmetic operations. |
git clone https://github.com/5odead/Python_Mini_Projects.git
cd Python_Mini_Projects`
python3 <project_name>.py
This repository is for educational purposes only. The scripts provided here should not be used for any malicious activities. The author is not responsible for any misuse of the code.
- Python 3.x installed
- Required dependencies (if any, see individual project files)
Contributions are welcome! 🎉
Feel free to submit a pull request or open an issue to suggest improvements.