Generate random passwords with features that are chosen by the user(number of characters, uppercase, lowercase, numbers and special characters).
Since i'm making this application with python, i followed the PEP-8 guidelines.
- Python 3.x
- Clone using git clone :
git clone https://github.com/GabrielAlves/PasswordGenerator.git.
- Execute file password_generator_gui.py and the GUI will be opened.


