/PasswordManager

A simple password manager

Primary LanguagePythonMIT LicenseMIT

Password Manager

GitHub stars GitHub forks GitHub issues

A secure and user-friendly password manager to help you manage your passwords and keep your online accounts safe.

Table of Contents

About

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.

Features

  • Password storage and encryption.
  • User-friendly GUI interface.
  • Password generation.
  • Search and retrieval of stored passwords.
  • Easy setup and configuration.

Getting Started

To get started with the Password Manager, follow these steps:

  1. Clone the repository:

    git clone https://github.com/MuhammedBasith/PasswordManager.git
  2. Navigate to the project directory:

    cd PasswordManager
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Password Manager:

    python main.py
  5. Follow the on-screen instructions to set up your master password and start managing your passwords securely.

Installation

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.

Usage

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.

Contributing

Contributions to the Password Manager project are welcome! If you'd like to contribute, please follow the Contributing Guidelines.

License

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!