This is a simple password manager written in Python. It allows users to securely store and retrieve their passwords, along with associated website information. The application features a user-friendly interface and incorporates functionality for generating strong, random passwords.
- Password Generation: Users can generate strong, random passwords with a click of a button.
- Data Storage: User data (website, email, and password) is stored securely in a JSON file.
- Search Functionality: Users can search for their stored passwords by entering the website name.
- User-Friendly Interface: The application features an intuitive GUI built with Tkinter.
Clone the Repository:
git clone https://github.com/8ARTEZZIO/Password-Manager.git
cd Password-Manager
Make sure to install the necessary dependencies, if any, to run the application.
Launch the application by running the main Python script. The user can enter website names, emails, and passwords. The application also allows users to generate new passwords and store them for later use.
- Online resources and tutorials that helped shape the design and functionality of the project.
- Implement encryption for securely storing passwords,
- Add options for users to customize password generation criteria,
- Create a backup and restore feature for stored data,
- Enhance the user interface for better user experience.