git-ahi / vault-pass

Vault Pass runs on the terminal to help users store passwords and usernames to numerous sites. You only need one master password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault Pass

Built By Kelvin Gitahi

Description

Vault Pass runs on the terminal to help users store passwords and usernames to numerous sites. You only need one master password.

SetUp / Installation Requirements

Prerequisites

  • python3.8
  • pip3

Cloning

Running the Application

  • To run the application, in your terminal:

      $ chmod +x run.py
      $ ./run.py
    

Testing the Application

  • To run the tests for the class files:

      $ python3.8 user_login_test.py
      $ python3.8 credentials_test.py
    

Technologies Used

  • Python3.8

License

MIT ©2021 Kelvin Gitahi

About

Vault Pass runs on the terminal to help users store passwords and usernames to numerous sites. You only need one master password.

License:MIT License


Languages

Language:Python 100.0%