Skip to content

RuanMiniguite/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG

GitHub repo size GitHub language count GitHub forks GitHub stars GitHub License Website


Index
  1. About The Project
  2. Language and tools
  3. Installation
  4. License
  5. Author

About the project

PG

Site

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.

Language and tools

> Python 3 - V. 3.11.1
> Tkinter

Installation

Requirements

For the execution of the project it is necessary to install python 3. The project was developed using version 3.11.1

Git Clone

Git Clone https://github.com/RuanMiniguite/Password-Generator.git

License

Copyright © 2023 Ruan Miniguite.
This project is MIT licensed.

Author

RuanMiniguite
@RuanMiniguite

(back to top)