Skip to content

5odead/Python_Mini_Projects

Repository files navigation

Python Mini Projects

Python
License

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 List

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.

🚀 Getting Started

📥 Clone the Repository

 git clone https://github.com/5odead/Python_Mini_Projects.git
 cd Python_Mini_Projects`

▶️ Run a Project

 python3 <project_name>.py

⚠️ Disclaimer

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.

📌 Prerequisites

  • Python 3.x installed
  • Required dependencies (if any, see individual project files)

🛠 Contributing

Contributions are welcome! 🎉
Feel free to submit a pull request or open an issue to suggest improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages