Skip to content

petersbingham/tutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tutil

Tool to create different table formats (eg latex, html) from the same ascii table (eg csv, tsv). Also produces pdfs from ascii tables.

Installation

Clone the repository and install with the following commands:

git clone https://github.com/petersbingham/tutil.git
cd tutil
python setup.py install

Dependencies

Third party packages:

  • latex
  • tabulate

Usage

Can be used as a python package (in which case look in the __init__.py) or from the command line, in which case type:

python -m tutil -h

for instructions.

Releases

No releases published

Packages

No packages published