Skip to content

An easy and lightweight tool to convert CSV file into HTML files.

Notifications You must be signed in to change notification settings

SamarthPyati/CSV_TO_HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

CSV to HTML Converter

Converts CSV files to HTML tables with customizable styling.

Table of Contents

Prerequisites

Make sure you have the following installed on your system:

  • Python 3

Note

This program specifically works only on UNIX based systems (Linux, MacOS)

Installation

Clone the repository:

git clone https://github.com/SamarthPyati/CSV_TO_HTML
cd CSV_TO_HTML

Usage

Run the main script with the following command:

python3 main.py <CSV_FILE> <HTML_FILE>

Command Line Arguments

  • <CSV_FILE>: Path to the input CSV file.
  • <HTML_FILE>: Path to the output HTML file.

Examples

Convert a CSV file to HTML:

python3 main.py input.csv output.html

About

An easy and lightweight tool to convert CSV file into HTML files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages