Skip to content

snehangshuk/python-keepassx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python KeepassX

https://secure.travis-ci.org/jamesls/python-keepassx.png?branch=master https://coveralls.io/repos/jamesls/python-keepassx/badge.png?branch=master

Python keepassx is a python library and a command line utility for working with keepassx database files (.kdb files). This allow you to programatically access your usernames/passwords instead of having to use the KeePassX GUI.

The keepassx module currently supports read only operations (adding entries and creating kdb files are a planned feature). You can list your entries:

$ kp -d password.kdb list
Password:

+---------+----------------------------------+-----------+
| Title   |               Uuid               | GroupName |
+---------+----------------------------------+-----------+
| mytitle | c4d301502050cd695e353b16094be4a7 | Internet  |
+---------+----------------------------------+-----------+

You can also get a username/password:

$ kp -d demo.kdb get Github
Password:


title:     Github
username:  githubuser
url:       github.com/githubuser
notes:


Password has been copied to clipboard.

Check out the docs and the getting started guide for more info.

Check out the changelog to see what's in the latest release.

Python KeepassX is an early project and is undergoing constant development.

About

CLI to keepassx

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%