A simple and efficient tool for converting CSV files to JSON format and vice versa. This project provides a user-friendly web interface to facilitate file uploads and conversions.
- Convert CSV files to JSON format
- Convert JSON files to CSV format
- Easy-to-use web interface for file uploads
- Supports large files and multiple conversions
- Backend: Python
- Frontend: HTML, CSS
- Framework: Flask (or any other framework used)
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/muralikrishnan2022/CSV_JSON_Converter.git
-
Navigate to the project directory:
cd CSV_JSON_Converter
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://127.0.0.1:5000
to access the application.
- Upload a CSV or JSON file using the provided interface.
- Select the conversion type (CSV to JSON or JSON to CSV).
- Click on the "Convert" button to initiate the conversion.
- Download the converted file once the process is complete.
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the contributors who helped in building this project.
- Special thanks to the open-source community for their support and resources.
Feel free to modify any sections to better fit the specifics of your project!