Password Manager v.1.01 is a Python-based application designed to help users manage their passwords securely. It features a user-friendly interface built with customtkinter
, offering functionalities such as generating strong passwords, saving and retrieving passwords, and a visual interface for managing login credentials.
- Generate Password: Automatically create secure, random passwords that combine letters, numbers, and symbols.
- Save Password: Store passwords with corresponding website and email details securely in a local JSON file.
- Search Password: Quickly retrieve saved passwords and associated emails by website.
- Open List: Access and open the list of stored passwords directly.
- User-friendly Interface: Simple and clear GUI built with
customtkinter
, making it easy to use.