An open API service indexing awesome lists of open source software.

https://github.com/bitdruid/chainmerger

merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange
https://github.com/bitdruid/chainmerger

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

          

[![PyPI - Version](https://img.shields.io/pypi/v/chainmerger.svg)](https://pypi.org/project/chainmerger/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/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 -o
```

### default directories

If input dir is not specified:
```
~/chainmerger_Input
```
If no output dir is specified:
```
~/chainmerger_Input/chainmerger_Output
```
Else:
```
/
```

# example
![example](/example.png)