Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.23 KB

lowkey

Description

Lowkey is a Python Command-Line Interface that stores your Login information for your services such as gmail, Discord and Github. Lowkey encrypts your information to keep it safe.

The program was developed to work locally without the need to connect to the Internet, including the encryption process, keeping the data more secure on the user's machine.

Setup

First of all, make sure that you have Python installed on your machine:

  • Python version: 3.7.6 or above

Lowkey have dependencies on the modules:

So make sure that you have them installed:

pip install pycryptodome PyInquirer pyfiglet pyperclip termcolor

Now you are ready to go 😎 ✨

Usage

To run this program just execute the app.py file:

python app.py

And that's it. The Lowkey will take care of the rest. ✨

LICENSE

This project is licensed under the MIT License.