Inspiration

Another GHW challenge

What it does

Choose the length of password you want, whether you want numbers and special characters, and the app will generate one for you. You can directly copy it to your clipboard.

How we built it

I used PySimpleGUI, an easy-to-use Python library for making GUIs, to create the UI

What we learned

  • How to create a good UI
  • How to mask the password with *s
  • How to copy to clipboard with the wonderful pyperclip library

Built With

Share this project:

Updates