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.
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 😎 ✨
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. ✨
This project is licensed under the MIT License.