🔐 Python Random Password Generator
A simple command-line Password Generator built using Python. It allows users to generate strong and random passwords of any desired length using uppercase letters, lowercase letters, numbers, and special characters.
✨ Features
- 🔢 User-defined password length
- 🔠 Includes uppercase and lowercase letters
- 🔢 Includes numbers
- 🔣 Includes special characters
- ⚡ Instantly generates a secure random password
🛠️ Built With
- Python 3
📚 Concepts Used
- Python Modules (random, string)
- User Input (input())
- Variables
- String Manipulation
- Randomization (random.choices())
- Lists and Character Sets
- Functions from Python Standard Library
🚀 How to Run
- Clone this repository
git clone https://github.com/your-username/Random-Password-Generator.git- Open the project folder
cd Random-Password-Generator- Run the program
python random_pass.py📂 Project Structure
Random-Password-Generator/
└── random_pass.py