Inspiration

We were inspired by our love of coding, even if we have just begun learning it.

What it does

Our password generator first asks how many characters you would like to have in your password. Once you type in your desired password length, it will give you a password as long as you wanted it to be. Then, it will ask you if you would like another password. If yes, you type "y" and it will ask you again how many characters you want it to be. If no, you type "n" and it stops the program.

How we built it

Well, a random password generator needs a set of characters to use randomly so we had a string of all the possible characters. Then, we used a prompt to ask the user how long they want their password to be. After getting that number, we created a random number generator that generates integers from 0 to their desired password length loop. That range is as many times as how long they want it. Then print the outcome that's all in a while loop that repeats until the user types "n" or "N" to stop the code.

Challenges we ran into

Some challenges were that we were new to coding and had to figure out some of the more complicated steps. This also took up a lot of time which eventually became its own problem.

Accomplishments that we're proud of

We're proud that we got through the bugs and errors without getting frustrated.

What we learned

We learned that we should plan and manage our time better.

Built With

Share this project:

Updates