Skip to content

LaytonL24/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Random Password Generator (Tkinter)

A GUI-based password generator built with Python and Tkinter. Allows users to create secure random passwords with customizable options.

Features

  • Specify password length (8–32 characters)

  • Include/exclude:

    • Uppercase letters
    • Lowercase letters
    • Numbers
    • Symbols
  • Generates a random password meeting selected criteria

  • Copy generated password directly to clipboard

  • Simple, user-friendly interface

How to Run

  1. Install dependencies:
pip install pyperclip tkmacosx
  1. Run the script:
python3 password_generator.py
  1. Enter your desired length, select character options, and click Generate.
  2. Click Copy to Clipboard to use your password elsewhere.

Notes

  • Password length must be between 8 and 32 characters
  • At least one character type must be selected

Pictures

Image alt Image alt Image alt

About

Generates random password based on given requirements with GUI built with Tkinter Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages