A simple Password Manager built with Python and Tkinter. It allows you to:
Generate strong, random passwords
Copy passwords automatically to your clipboard
Save website credentials (Website, Email/Username, Password) into a local text file
π Features
Password Generator
Creates secure passwords with a mix of letters, numbers, and symbols
Automatically copies the generated password to your clipboard
Credential Storage
Saves website, email/username, and password combinations into data.txt
Prevents accidental overwriting by appending new entries
User-Friendly Interface
Built with Tkinter for a clean, simple UI
Includes input fields and buttons for easy interaction