Skip to content

A script to convert Zeus Wallet's export format into Koinly's import format

License

Notifications You must be signed in to change notification settings

makeasnek/Zeus2Koinly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Zeus2Koinly

This python script will help you convert your exported transactions from Zeus (CSV) into the format Koinly needs. Python 3 is required to run this. It will run on Windows, Linux, and OS X.

How to use:

  1. Open your zeus wallet and swipe up to get to your transaction/activity list.
  2. Select the download icon at the top right of your activity list. This will save the CSV file to your downloads folder on your phone.
  3. Transfer the CSV file to your machine with python running on it. E-mail is probably the simplest way.
  4. (optional, suggested) Prep files - Place files with the names invoices.csv payments.csv and onchain.csv into the same directory as this script. If you don't do this, the script will prompt you for absolute paths, (in Windows, right click on CSV file and select properties to find this)
  5. Run the script with python main.py (see platform-specific instructions below)
  6. output.csv will be created, which you can import into Koinly
  7. Make a donation if this script has been useful (see below for more information)

Windows

  • Download the latest version of python from python.org. Enable the "install to system path" option while installing.
  • Double-click main.py or in command prompt, run python C:\users\username\Downloads\Zeus2Koinly\main.py or wherever you saved the tool. I suggest the command prompt method as it will display errors if there are any.

Linux

  • Open a terminal and go to the folder you downloaded this tool into using cd '/home/user/Downloads/Zeus2Koinly' or wherever you put it
  • Run python3 main.py in the terminal

OS X

  • Open a terminal and go to the folder you downloaded this tool into using cd '/home/user/Downloads/Zeus2Koinly' or wherever you put it
  • Run python3 main.py

How to import ZEUS wallet to Koinly

To import your Zeus wallet data to Koinly, use this script!

Donation

If this software was helpful to you, please consider sending me some sats. Thank you :).

🕐 On-chain: bc1q4zqhmyp8yw4zehw2tf4sjvqc5dv9dm747ssh0p

⚡ Lightning: makeasnek@zeuspay.com

Screenshot_2025-01-15-23-23-03-12_fe3a99db156b37a8caccf406cb4af884

Follow me on nostr https://njump.me/nprofile1qythwumn8ghj7mrp9eex2mrp09skymr99ehhyee0qy2hwumn8ghj7cmpwfkx7uedvdjxytn5dacz7qpq2xgsu4nad7np6l3e9x8exf26evs202jqkc2ghnuyw4c7hrda9cmq62nshv

Contributions

Feel free to open PRs if you have any fixes or enhancements to add

Warranty

This software is produced AS IS without ANY WARRANTY. It works well for me, it may not work perfectly for you. Be sure to double-check any numbers it comes up with. This software is released into the public domain.

About

A script to convert Zeus Wallet's export format into Koinly's import format

Topics

Resources

License

Stars

Watchers

Forks

Languages