A simple Python project that generates secure random passwords based on the user-defined password length.
- Generate random passwords
- User chooses password length
- Uses Python's built-in
randomandstringmodules - Simple and beginner-friendly
- Fast and lightweight
- Python 3
- random module
- string module
RandomPasswordGenerator/
βββ project3.py
βββ README.md
- Clone the repository
git clone https://github.com/your-username/RandomPasswordGenerator.git- Open the project folder
cd RandomPasswordGenerator- Run the program
python project3.pyEnter password length: 10
Generated Password: aB8xK2LmP1
- Functions
- User Input
- Loops
- String Manipulation
- Random Module
- String Module
This project demonstrates how to generate secure random passwords using Python's built-in libraries while improving understanding of modules and string manipulation.
Man Patel
B.Tech CSE Student
DecodeLabs Python