Metadata-Version: 2.1
Name: csvtojsonify
Version: 1.3.0
Summary: A tool to convert CSV files to JSON.
Home-page: https://github.com/sriramsreedhar/csvtojsonify
Author: Sriram Sreedhar
Author-email: sriramsreedhar003@gmail.com
Requires-Python: >=3.9.6
Description-Content-Type: text/markdown

# csvtojsonify

A simple tool to convert CSV files to JSON format.

## Usage

 Simply run `csvtojsonify` it will prompt you to enter input CSV file with .csv file extension and output JSON file with .json file extension.

##Sample Run
(venv-3.12) % python3 csvtojsonify.py 
Enter the input CSV file name: somefile.csv
Enter the output JSON file name: results.json
Conversion successful! The new JSON file is results.json
(venv-3.12) % 
