probstj / ccGains

Python package for calculating cryptocurrency trading profits and creating capital gains reports
GNU Lesser General Public License v3.0
49 stars 13 forks source link

Implemented trezor support #3

Closed cristobaltapia closed 5 years ago

cristobaltapia commented 5 years ago

With this I implemented support for the exported *.csv files generated by the Trezor.

Since the csv-files do not explicitly say which currency its being used, the user has to provide it, e.g.: th.append_trezor_csv('trezor_file.csv', currency='BTC')

Is this good?

probstj commented 5 years ago

Thank you very much, this is good indeed! :)