A desktop password manager application developed using Python’s Tkinter library for the user interface and the Cryptography (Fernet) module for secure password encryption and decryption. Users can save, search, and edit their stored credentials easily through an intuitive GUI. The app also includes a built-in random password generator that creates strong and complex passwords for better security. This project demonstrates strong understanding of GUI programming, data encryption, and secure data handling practices in Python.