Inspiration

As a beginner, I wanted to do something simple enough that I knew I could manage to do, but also something useful.

What it does

Password Manager gives the user the option to check an existing pasasword they have for strength, or generate a new password. After generating a new password, the user will be given the option to store it.

How we built it

The entire project is coded in python. I created a file dedicated to functions working with the password checker and one dedicated to generating and storing passwords. I then had one main file that ran the full program all together.

Challenges we ran into

I had originally wanted to be more detailed with the password checker, such as adding a function to give advice on how to make the input password stronger, but I was short on time.

Accomplishments that we're proud of

I'm proud that I was able to finish this project and that it functions correctly.

What's next for Password Manager

I can imporve this project by following through with my original plans and adding more detail to the password checker.

Built With

Share this project:

Updates