Complex Password Generator Introduction This is a simple Python program that generates a random, strong password with letters, numbers, and symbols. You can choose how many of each type you want in the password.
How to Use Run the program in Python. Enter the number of letters, numbers, and symbols you want in your password. The program will create and display a random password for you. Example
Welcome to the Complex Password Generator! How many letters do you want?
5 How many numbers do you want? 3 How many symbols do you want? 2
Your password is: 7gK9@d2!F
Requirements Python 3.x installed on your computer.