Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/ascii_table
A .csv to ascii-art table generator in python.
https://github.com/rudifa/ascii_table
Last synced: 24 days ago
JSON representation
A .csv to ascii-art table generator in python.
- Host: GitHub
- URL: https://github.com/rudifa/ascii_table
- Owner: rudifa
- Created: 2020-03-06T22:34:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T20:18:22.000Z (over 4 years ago)
- Last Synced: 2024-10-06T01:41:20.499Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ascii_table
ascii_table % ascii_table.py
usage: ascii_table.py [-h] [-d D] [-w W] filepath
ascii_table.py: error: the following arguments are required: filepathascii_table % ascii_table.py -h
usage: ascii_table.py [-h] [-d D] [-w W] filepathConverts a .tsv or .csv file to an ascii table. Prints the result to stdout.
positional arguments:
filepath path to a text file containing a tsv or a csv representation of
table data.optional arguments:
-h, --help show this help message and exit
-d D delimiter (determined automatically for .tsv and .csv files)
-w W desired table width (characters)