The password generator was developed in Python and aims to generate random passwords. Where the user can select the characteristics of the generated passwords: Uppercase, Number, Special Character, in addition to allowing the choice of password length, with a minimum of 4 and a maximum of 32 characters. When generating the password, it is automatically copied to the user's clipboard.
> Python 3 - V. 3.11.1
> Tkinter
For the execution of the project it is necessary to install python 3. The project was developed using version 3.11.1
Git Clone https://github.com/RuanMiniguite/Password-Generator.git
Copyright © 2023 Ruan Miniguite.
This project is MIT licensed.