An open API service indexing awesome lists of open source software.

https://github.com/fracpete/awallet2keepassx

Converts CSV files exported from awallet Android app to KeePassX XML.
https://github.com/fracpete/awallet2keepassx

conversion password-manager python27

Last synced: 8 months ago
JSON representation

Converts CSV files exported from awallet Android app to KeePassX XML.

Awesome Lists containing this project

README

          

awallet2keepassx
================

Converts CSV files exported from [aWallet](https://play.google.com/store/apps/details?id=org.awallet.free) to XML to be imported by [KeePassX](https://www.keepassx.org/) and then used by [KeePassDroid](https://play.google.com/store/apps/details?id=com.android.keepass).

Usage
-----

Typical usage:

```
python awallet2keepassx.py dir out.xml
```

With *dir* being the directory that contains the CSV files that got exported from the aWallet Android app and *out.xml* the XML in KeePassX format to be created.