Skip to content

A desktop app built with Python and Tkinter to generate strong, customizable passwords. Features include password strength indication, save with custom names, and one-click copy to clipboard.

Notifications You must be signed in to change notification settings

Poorvi-Naveen/PythonProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tkinter Password Generator

A simple Python desktop app to generate strong, customizable passwords using Tkinter.

Features

  • Set desired password length.
  • Choose to include:
    • Uppercase letters
    • Lowercase letters
    • Special characters
  • Save passwords with names.
  • View password strength (Weak / Medium / Strong).
  • Copy password to clipboard.

UI Preview

image image image image image image

How to Run

    1. Clone the repository:
    git clone https://github.com/Poorvi-Naveen/PythonProject.git
    1. Install required library:
    pip install pyperclip
    1. Run the app:
    python password_generator.py
    

Notes

  • Saved passwords are stored in generated_passwords.txt.
  • Ensure pyperclip is installed for clipboard functionality.

Dependencies

  • Python3
  • Pyperclip

About

A desktop app built with Python and Tkinter to generate strong, customizable passwords. Features include password strength indication, save with custom names, and one-click copy to clipboard.

Topics

Resources

Stars

Watchers

Forks

Languages