https://github.com/richard66nz/pyqt-passwordgenerator
Simple Python code using pyQT to generate pseudo-random passwords
https://github.com/richard66nz/pyqt-passwordgenerator
cryptography pyqt5 python
Last synced: about 1 year ago
JSON representation
Simple Python code using pyQT to generate pseudo-random passwords
- Host: GitHub
- URL: https://github.com/richard66nz/pyqt-passwordgenerator
- Owner: Richard66NZ
- License: gpl-3.0
- Created: 2021-01-14T00:40:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T03:24:50.000Z (over 5 years ago)
- Last Synced: 2024-09-08T11:29:19.099Z (almost 2 years ago)
- Topics: cryptography, pyqt5, python
- Language: Python
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyQT-PasswordGenerator
Simple Python code using pyQT to generate pseudo-random passwords

Password Generator window as it appears on macOS (for some as yet unknown reason the radio buttons do not appear evenly spaced on macOS but fine on Windows 10)
I hope the usage from here is perfectly understandable (horizontal slider to change the length of required password, radio buttons to select the type of characters, Generate button to make new password and Copy button to move to clipboard.
Please feel free to use/modify to your hearts content. The code is not the prettiest or the best and I in no way claim to be a programmer (It's just a hobby). If you think you can improve it, please go ahead.