An open API service indexing awesome lists of open source software.

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

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.