Random Password Generator
This is a random password generator (Deployed with the help of a low-code platform, Anvil Framework). You will have the PC´s help to decide a new password for yourself. The amount of elements available for you are:
- 52 letters (26 lowercase and 26 uppercase)
- 10 numbers (from 0 to 9)"
- 9 symbols: ['!', '#', '$', '%', '&', '(', ')', '*', '+']
To play the game you can scroll down into the Play Here section or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
After the game deployment, you can access its rules.
Play Here
Game Rules
- The Random Password Generator allows you to generate a random password by choosing different amount of elements it must contain.
- The steps to use the app are really simple:
- Write the amount of letters you want (submit by clicking "confirm letters")
- Write the amount of numbers you want (submit by clicking "confirm numbers")
- Write the amount of symbols you want (submit by clicking "confirm symbols")
- Enter "Click to Generate Password" to receive the result.