A secure and user-friendly password manager to help you manage your passwords and keep your online accounts safe.
The Password Manager is a reliable solution for securely storing and managing your passwords. With the increasing number of online accounts, it's crucial to have a tool that helps you organize your login credentials while keeping them safe.
- Password storage and encryption.
- User-friendly GUI interface.
- Password generation.
- Search and retrieval of stored passwords.
- Easy setup and configuration.
To get started with the Password Manager, follow these steps:
-
Clone the repository:
git clone https://github.com/MuhammedBasith/PasswordManager.git
-
Navigate to the project directory:
cd PasswordManager
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Password Manager:
python main.py
-
Follow the on-screen instructions to set up your master password and start managing your passwords securely.
No additional installation is required. The Password Manager comes with a virtual environment and necessary dependencies bundled in the project directory. Just follow the "Getting Started" steps above to run the application.
The Password Manager offers a simple and intuitive command-line interface (CLI) for managing your passwords. You can perform actions such as:
- Adding new passwords.
- Retrieving stored passwords.
- Generating secure passwords.
- Exporting and importing your password database.
Here's a sample command:
python main.py add
For detailed instructions and usage examples, refer to the User Guide.
Contributions to the Password Manager project are welcome! If you'd like to contribute, please follow the Contributing Guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using the Password Manager. We hope it simplifies password management and enhances your online security!