Convert from HandySafe to Sky Wallet
By Kit
I wrote a small python script to help convert Handy Safe to Sky Wallet. I definitely learned a lot about python and even though I wasn’t very familiar with the available API I was able to come up with a pretty nifty script.
First you should export your data from Handy Safe using File -> Export. The file will be saved as an XML file, for example “test1.xml.”
Then, you can run python HandySafeXmlToSkyWalletCsv.py
to convert that XML file into CSV file. The generated file is formatted for Sky Wallet and ready to be imported there. Be sure to tweak any of the variables inside the script if you want to change your filenames.
Make sure to download the script below from Github otherwise your indentation will be messed up.
If this was helpful or if you have any feedback on the script.. let me know!