Skip to content

muralikrishnan2022/CSV_JSON_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV_JSON_Converter

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.

Features

  • 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

Technology Stack

  • Backend: Python
  • Frontend: HTML, CSS
  • Framework: Flask (or any other framework used)

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/muralikrishnan2022/CSV_JSON_Converter.git
  2. Navigate to the project directory:

    cd CSV_JSON_Converter
  3. Install the required packages:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://127.0.0.1:5000 to access the application.

Usage

  1. Upload a CSV or JSON file using the provided interface.
  2. Select the conversion type (CSV to JSON or JSON to CSV).
  3. Click on the "Convert" button to initiate the conversion.
  4. Download the converted file once the process is complete.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published