Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 693 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 693 Bytes

PyPI - Version License: MIT

chainmerger

merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange

installation

pip install chainmerger

usage

chainmerger -i <input directory> -o <output directory>

default directories

If input dir is not specified:

~/chainmerger_Input

If no output dir is specified:

~/chainmerger_Input/chainmerger_Output

Else:

<input dir> / <output dir>

example

example