Skip to content

Sahilkumar19/CSV_to_JSON_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV to JSON Converter

A command-line tool to convert CSV files to JSON format.

Installation

  1. Clone the repository:

    git clone https://github.com/Sahilkumar19/CSV_to_JSON_Converter.git
    cd csv_to_json
  2. (Optional) Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate

Usage

To convert a CSV file to JSON:

python csv_to_json.py input.csv output.json --pretty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages