Inspiration

All the Password generators out there.

What it does

It generates a random password for users according to the characters wanted and also helps them to copy the password to the clipboard.

How I built it

I built it using Python and Tkinter.

Challenges I ran into

I didn't know that how to display the ASCII values according to the digit obtained by random. randint in python but at last, I managed to do it.

Accomplishments that I'm proud of

Though it is a simple project, I am proud of the Project that I made.

What I learned

I learned that How we can make GUI's using Python.

What's next for Simple Password Generator

We can Add Restrictions to the password that it should only generate uppercase letters, lowercase letters, and numbers, etc.

Built With

Share this project:

Updates