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

https://github.com/marc0x71/multi-join

Join multiple files in Python
https://github.com/marc0x71/multi-join

Last synced: about 2 months ago
JSON representation

Join multiple files in Python

Awesome Lists containing this project

README

        

[![Python application](https://github.com/marc0x71/multi-join/actions/workflows/python-app.yml/badge.svg)](https://github.com/marc0x71/multi-join/actions/workflows/python-app.yml)

# multi-join
Join multiple files in Python

Example usage:

```shell
python run.py -f example/file1 example/file2 example/file3 -k 0 0 0 -s '|'
```