A simple password generator written in python for #Day5 of the #100DaysOfCode challenge.
First of all, it will ask you the number of letters you would like in your password.
Welcome to the Password Generator!
How many letters would you like in your password?
Then, it will ask you the number of symbols you would like in your password.
Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?
Then, it will ask you the number of numbers you would like in your password.
Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?
2
How many numbers would you like?
Finally, it will generate a password for you.
Welcome to the Password Generator!
How many letters would you like in your password?
7
How many symbols would you like?
2
How many numbers would you like?
4
Your Password is : Oc3U#e0(yGR03
You can try out this project on my replit https://replit.com/@DracoPythondev/Password-Generator?v=1