Converts CSV files to HTML tables with customizable styling.
Make sure you have the following installed on your system:
- Python 3
Note
This program specifically works only on UNIX based systems (Linux, MacOS)
Clone the repository:
git clone https://github.com/SamarthPyati/CSV_TO_HTML
cd CSV_TO_HTML
Run the main script with the following command:
python3 main.py <CSV_FILE> <HTML_FILE>
<CSV_FILE>
: Path to the input CSV file.<HTML_FILE>
: Path to the output HTML file.
Convert a CSV file to HTML:
python3 main.py input.csv output.html