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.
- Host: GitHub
- URL: https://github.com/fracpete/awallet2keepassx
- Owner: fracpete
- License: gpl-3.0
- Created: 2015-11-22T09:16:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T21:58:51.000Z (over 10 years ago)
- Last Synced: 2024-10-19T12:16:06.079Z (over 1 year ago)
- Topics: conversion, password-manager, python27
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.