V.Vidhya Logo

V.Vidhya

Password Generator


Create a full-fledged text-based password generator, that will ask the user to specify:

Then generate and display a random password that meets all of these user requirements.

Expected Output
Enter password length: 12 
Include uppercase letters? (y/n): y 
Include lowercase letters? (y/n): y 
Include digits? (y/n): y 
Include special characters? (y/n): y 
Min digits: 3 
Min specials: 2 
Avoid ambiguous characters? (y/n): y

Generated password: B7#kP4&t9mQ2


Feel free to implement additional features to enhance the gameplay.


Prev Post
Hotel Booking System