It's a secure way to save your passwords. Most of the people save their password as plain text which it's not safe. Now you'll need to remember only one password for all of your passwords.
KeepitSafe coded with python. It uses sqlite3 as database engine and AES for the encryption method.
git clone https://github.com/serdarot5/KeepitSafe.git
sudo python install.py
pip install pycrypto
keepitsafe -h
keepitsafe -n
keepitsafe -s
keepitsafe -u
keepitsafe -d
You can create an issue on github for requests and bug reports and also you can send me pull request for your code
https://github.com/serdarot5/KeepitSafe