Hi there, let’s create a Password Generator Python Project which is super quick & super fun!
Password Generators are nothing but simple programs which are capable of randomly creating strings which consists of letters, numbers & symbols.
The Password Generator we are going to make will take the length of the password as an input and will generate a random password of the same size.
Here’s an example:
Input:
Enter the length of the password: 7
Output:
5:$v9<,
#python #python-programming #python3