Inspiration

Huan and I are novice programmers and we're both learning Python. We wanted to become more involved and use what we learned so far in class and make a program that we see Google execute whenever someone is making an account of some sort and needs a password.

What it does

The program will generate a passwords with different complexities and characteristics depending on the user input.

How I built it

We built it using Python, google to research new functions and debugging, as well as looking back out our lecture notes and previous labs.

Challenges I ran into

Some of the challenges that we ran into was our lack of knowledge and experience in programming. Despite our interests in programming, there were something concepts that we could not wrap our heads around we needed to improvise and limit ourselves to what we knew and what we could teach ourselves in such a short time span as well ass the idea that most people at Hackathons have these unique and interesting projects.

Accomplishments that I'm proud of

We're proud that we were able to make the program run and this was our first project we've done with python. We both got to learn more about functions and the different uses and techniques that have to offer.

What I learned

I learned that most random functions work best with a set or a list, the use of other functions, specifically from "import random", as well as how strings work and how we can use them in a program such as turning numbers into a string and a string into a list and back.

What's next for Password Generator/Password strength check

We want to make the UI more friendly and perhaps even more combinations, and possibly a password generator to find the right password from a program.

Built With

Share this project:

Updates