https://github.com/eduardorodriguesf/password-generator
A GUI app that generates complex and custom passwords
https://github.com/eduardorodriguesf/password-generator
gui pyqt5
Last synced: 10 months ago
JSON representation
A GUI app that generates complex and custom passwords
- Host: GitHub
- URL: https://github.com/eduardorodriguesf/password-generator
- Owner: EduardoRodriguesF
- Created: 2020-03-07T17:55:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T18:28:33.000Z (over 6 years ago)
- Last Synced: 2025-01-11T07:53:46.310Z (over 1 year ago)
- Topics: gui, pyqt5
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
This is a program that generates a customizable complex password for the user. It features:
* Lowercase and uppercase letters;
* Numbers;
* Special characters.
* 6 to 36 characters length
## What have I learned with the project?
Working with randomization and strings, I managed to merge `string` and `random` libraries to create an algorithm to get random types of characters mixed in just a few lines of code.