Skip to content

ElRapt/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple password generator built with Python and Tkinter.

Table of Contents

Introduction

The Password Generator is a Python application that allows users to generate random and secure passwords based on their specified criteria. It provides options for password length, including numbers, uppercase letters, lowercase letters, and special characters. The generated passwords can be copied to the clipboard for easy use.

Features

  • Customizable password length
  • Option to include numbers, uppercase letters, lowercase letters, and special characters
  • Generates passwords with a desired complexity level
  • Copy generated passwords to the clipboard
  • Simple and intuitive user interface

Installation

  1. Clone the repository:
  • git clone https://github.com/ElRapt/PasswordGenerator.git
  1. Navigate to the project directory:
  • cd password-generator
  1. Install the required dependencies:
  • Random and tkinter

Usage

  1. Run the application:
  • python generator.py
  1. Specify the desired password length and select the character types to include.
  2. Choose the desired complexity level from the dropdown menu.
  3. Click on the "Generate Password" button to generate a password.
  4. The generated password will be displayed, along with its complexity level.
  5. Click on the "Copy" button to copy the password to the clipboard.

License

This project is licensed under the MIT License.

About

A simple password generator built with Python and Tkinter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages