Skip to content

Imira-S-R/PasswordManagerCLI

Repository files navigation

ManageMyPasswords (CLI Edition)

A CLI Password Manager made using Python and Postgresql database.

Quick Start Guide

First Clone The Project

git clone https://github.com/Imira-S-R/PasswordManagerCLI

Change The Direcory

cd PasswordManagerCLI

Install Python Packages

pip install -r requirements.txt

Run setup.py for first time users

python setup.py

After that run main.py

python main.py

Create a table in postgresql

CREATE DATABASE passwords;

Shortcut Commands

To Add A Password

python main.py -n "name" -u "username" -p "password"

List The Passwords

python main.py -l

About

This is a simple & free password manager made using python that you can use to store your passwords securely. It uses fernet to encrypt the data entered. This whole projet was created by Imira Randeniya. Development Process Is Currently Ongoing.
You can find the GUI Version Of ManageMyPasswords here.

License

Copyright (c) Imira Randeniya. All rights reserved.

Licensed under the MIT License.

About

A CLI Password Manager made using Python and Postgresql database.

Topics

Resources

License

Stars

Watchers

Forks

Languages