Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 547 Bytes

File metadata and controls

15 lines (15 loc) · 547 Bytes

Easy-Password-Generator

A small password generator created in Python

Features

  • Generates a random password of a specified length
  • Includes options for password complexity (lowercase, uppercase, numbers, special characters)
  • Allows user to specify the length of the password

Requirements

  • Python
  • Tkinter (for GUI)

Usage

  1. Run the script
  2. Select the complexity of the password
  3. Enter the desired length of the password
  4. Click "Generate" to generate the password
  5. The generated password will be displayed in the text box