Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.07 KB

File metadata and controls

47 lines (33 loc) · 1.07 KB

JSON_To_Excel_Wizard

Enjoy the streamlined process of uploading, converting, and exporting your data!

Relative Image

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • Python3 (version 3.9+)
  • Additional dependencies are in requirements.txt

Installation

  1. Clone the repository:
    git clone https://github.com/golden-state0fmind/JSON_To_Excel_Wizard.git
    cd JSON_To_Excel_Wizard
  2. Create a virtual environment for the dependencies (best practice):
    python3 -m venv venv
    source venv/bin/activate   # On Windows: venv\Scripts\activate
  3. Install all the dependencies to get the project running:
    pip install -r requirements.txt

Usage

  • Start the server and begin using the project to convert your JSON into Excel Sheets:

    python3 server.py