GitHub-Campus-Experts-Unilag / Password-Manager

CLI password manager
1 stars 3 forks source link

Password Manager Project

Password Manager

A secure and simple command-line interface (CLI) password manager. This tool allows users to safely store, generate, and retrieve passwords. Contributions to improve security, features, and usability are welcome. πŸŽ‰

What are we building?

We are building a Password Manager CLI application that securely manages user passwords through encryption. It allows users to store, retrieve, and generate strong passwords directly from the command line. The aim is to provide a fast, lightweight, and secure solution for managing passwords without the need for a graphical interface.

Stacks

Here are the main tools/technologies being used for this build. These automatically form the prerequisites.

SETUP

  1. Clone the project:

    
    git clone https://github.com/GitHub-Campus-Experts-Unilag/Password-Manager.git
    cd Password-Manager
  2. Install dependencies:

    
    pip install -r requirements.txt
  3. Run the CLI:

    
    python main.py --help

Project Structure

Password-Manager/
β”œβ”€β”€ main.py
β”œβ”€β”€ README.md
└── requirements.txt

GUIDELINES