Convert the csv to html table
Project description
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...!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csv_tabulator-1.0.1.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for csv_tabulator-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28b8bb759766650869418b01da125ee315d5b7563fe79923cc5e4dba283f2bc6 |
|
MD5 | b9cddd06d25adea1d9bd71a89b059409 |
|
BLAKE2b-256 | 75043cc0a1bf05be4d7a06bc425c3616e01b8e038e235bc9398476b22d993269 |