Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Generator

A lightweight desktop app to generate secure passwords β€” built with Python & Tkinter.

Developed by Dr. Hajiabadi


✨ Features

  • 5 generation modes: PIN, Text, Mixed, Keyword-based, Passphrase
  • Live strength meter with score and color indicator
  • Breach checker via Have I Been Pwned API
  • Password history (last 10 passwords)
  • Export history to .txt
  • One-click copy to clipboard
  • Clean dark UI (Catppuccin Mocha theme)

πŸš€ Run from source

pip install requests pyperclip
python main.py

πŸ›  Build .exe

pip install pyinstaller
pyinstaller --onefile --windowed --name "PasswordGenerator" main.py

πŸ“„ License

MIT License

About

generate password with python (decktop app)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages