Skip to content

lasnelus/securePSWD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator (Tkinter)

A simple graphical password generator built with Python and Tkinter. It allows users to generate secure passwords with customizable options and copy them directly to the clipboard.


Features

  • Easy-to-use graphical interface
  • Choose password length
  • Optional inclusion of:
    • Digits
    • Punctuation characters
  • Secure password generation using the secrets module
  • Copy the generated password to the clipboard with one click

How to Run

Requirements

  • Python 3.x
  • Standard Python libraries: string, secrets, tkinter

No third-party installations required.

Run the app

python password_generator.py

Usage

  • Enter the desired password length.

  • Check the boxes to include digits and/or punctuation.

  • Click Generate to create a password.

  • Click Copy to clipboard to copy the result.


Security

Uses Python’s secrets module for cryptographically strong random password generation.


License

WTFPL – Do What the F*ck You Want to Public License.


Author

Crafted with Python and sarcasm by someone who enjoys algorithm humor. @lasnelus

wakatime

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages