csv-tabulator

Convert the csv to html table


License
MIT
Install
pip install csv-tabulator==1.0.1

Documentation

csv-tabulator

The csv-tabulator is a Python package that simplifies the process of converting CSV files into styled HTML tables. The resulting HTML tables are designed to be responsive and visually appealing.

Installation

You can install the package using pip:

pip install csv-tabulator

Usage

>>> from csv_tabulator import converter
>>> converter.convert('/Users/amiaynarayan/Projects/utilities/tabulator/tests/csv_file', 'table.html')
File Reading... Done!
Converting to HTML...
Writing the HTML file to table.html
Done...!

Demo

html table created