| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
KeePassX is a cross platform password manager. However, KeePassX is a desktop GUI application. That's where python-keepassx comes in. By using python-keepassx, you can access your passwords using a command line interface to KeePassX. You can also use the python library directly in your own python applications.
Python-keepassx: simple, command line interface to your passwords.
$ kp -d password.kdb list Password: +---------+----------------------------------+-----------+ | Title | Uuid | GroupName | +---------+----------------------------------+-----------+ | mytitle | c4d301502050cd695e353b16094be4a7 | Internet | +---------+----------------------------------+-----------+ $ kp -d demo.kdb get Github Password: title: Github username: githubuser url: github.com/githubuser notes: Password has been copied to clipboard.
Yes. This project is different because it has:
Check out the docs and the getting started guide for more info.
Check out the changelog to see what's in the latest release.
| Back | FazBrowse Home | New Git URL |