A password manager which locally encrypts your credentials.
To run the project, execute this:
python main.py
To run the project using Docker, execute this:
docker run -t -i --rm -v ~/.manobal:/app tmedha/manobal
To run the tests, execute this:
python test.py