This project was developed as part of the DecodeLabs Python Programming Internship.
The application generates random passwords based on the user's preferred password length. It also provides an option to include special characters for creating stronger passwords.
- Generate random passwords
- Choose password length
- Option to include special characters
- Strong password generation with uppercase, lowercase, and numbers
- Generate multiple passwords
- Simple command-line interface
- Python Functions
- While Loop
- If-Else Statements
- User Input
randomModulestringModulerandom.choice()random.shuffle()try-except
- Python 3
- Visual Studio Code
Muhammad Hamza
Software Engineering Student
Iqra University
GitHub: https://github.com/mhamza2004


