Thumbnail

A randomly generated password

In today’s code we’re programming a Password Generator. First we will need some user input by asking how many letters, numbers and symbols they want the password to contain.

These user inputs will be used when performing a for-loop. This way we can take the right amount of letters, numbers and symbols out of the various lists.

code_pic_1
code_pic_2

The end result shown in the python console:

code_pic_3

Leave a Reply

Your email address will not be published. Required fields are marked *