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.
First of all clone the repository
git clone git@github.com:jean0t/PasswordManager-Py.git password_manager
after clonning the repository, you can check the requirements.txt to see the modules avaiable, if they are all installed, you can run the file run.py
cd password_manager
python run.py
- 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.
- Adding a better cryptography
- Making a GUI to use
- Adding new functionalities
- CLI usability