A simple and elegant password generator desktop app built with Python Tkinter. Quickly generate strong, secure passwords and copy them to your clipboard with one click.
- 🔄 Generate secure random passwords
- 📋 One-click copy to clipboard
- 🎛️ Customizable password length
- 🖥️ Clean and responsive Tkinter UI
- 🔌 Lightweight and works offline
- Python 3.x
- Tkinter (GUI)
- Pyperclip (Clipboard management)
- Custom
utils.py
module for password logic
git clone https://github.com/DevMFarhad/password-generator-pygui.git
cd password-generator-pygui
pip install pyperclip
python main.py
password-generator-pygui/
├── main.py # Main Tkinter application
├── utils.py # Password generation logic
├── icon.png # Application icon
└── README.md # Project documentation
MIT License © 2025 Mohammad Farhad