Metadata-Version: 2.1
Name: NashUtils
Version: 1.0.1
Summary: This package contains Utlitiy tools for Python
Home-page: https://github.com/Althafnash/NashUtils.git
Author: Mohammed Althaf
Author-email: althafnash14@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

NashUtils

NashUtils is a lightweight, versatile Python utility library designed to simplify everyday programming tasks. It provides a collection of tools and modules to handle data manipulation, file conversions, and other common utility functions, helping developers streamline their workflows and write cleaner, more efficient code.


Hereâ€™s a simple README.md template tailored for your project that involves converting CSV to JSON. Modify it as needed.

CSV to JSON Converter
This project provides a Python script for converting CSV files into JSON format. It is designed to handle structured data efficiently and can be easily customized for different use cases.

Features
Converts CSV files to JSON format with ease.
Handles large datasets.
Simple and lightweight implementation.

git clone https://github.com/yourusername/csv-to-json-converter.git

pip install -r requirements.txt

Running the script
python -m Utils.CSV_to_JSON 

