Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jjkay03/PassGen
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkay03 committed Jan 11, 2024
2 parents 599227f + ef23951 commit a954d36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@


# PassGen <img alt="Static Badge" src="https://img.shields.io/badge/Python-language?logo=python&logoColor=white&color=3776AB">
PassGen is a password generator app that lets you create random passwords based on your preferences. You can customize settings such as password length and choose whether to include uppercase letters, lowercase letters, numbers, or symbols in the generated password. Additionally, it provides a color-coded indicator below the password to show its strength, with green indicating a strong password and red indicates less afective ones.
PassGen is a password generator app that lets you create random passwords based on your preferences. You can customize settings such as password length and choose whether to include uppercase letters, lowercase letters, numbers, or symbols in the generated password. Additionally, it provides a color-coded indicator below the password to show its strength, with green indicating a strong password and red indicates less effective ones.

## Usage
To use the app all you have to do is lunch it select the settings you want for the password generation and click on the generate icon.
After your passwoed has been generated you can copy it and use it anywhere you like!

To use the app, all you have to do is launch it, select the settings you want for the password generation, and click on the generate icon.
After your password has been generated, you can copy it and use it anywhere you like!

### Hotkeys
The app also has a couple hitkeys you can use:
The app also has a couple hotkeys you can use:
- `Ctrl+G` will generate a password.
- `Ctrl+C` will copy the generated password.
- `Ctrl+T` will switch theme.
Expand Down

0 comments on commit a954d36

Please sign in to comment.