Skip to content

jean0t/PasswordManager-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordManager-Py

An incredible ClI password manager

It has the capability to cryptograph your data and keep it safe from others, since it will be kept safe in a secure database protected by a password.

How to use

First of all clone the repository

git clone git@github.com:jean0t/PasswordManager-Py.git passwd_mng

after that enter the directory and run the file with the name main.py after having all the modules listed in requirements.txt installed

cd passwd_mng
python main.py

Modules used:

  • you are able to see in the 'requirements.txt' file

But the Python version used is 3.10.12 and the OS is linux (Ubuntu). ps: not sure if it will work in windows, but i will work for it to happen in the future.

What is intended to change

  • Adding a better cryptography
  • Making a GUI to use
  • Adding new functionalities
  • CLI usability

Example of use

manage_password.mp4

Releases

No releases published

Packages

No packages published

Languages