Enjoy the streamlined process of uploading, converting, and exporting your data!
These instructions will get you a copy of the project up and running on your local machine.
- Python3 (version 3.9+)
- Additional dependencies are in requirements.txt
- Clone the repository:
git clone https://github.com/golden-state0fmind/JSON_To_Excel_Wizard.git cd JSON_To_Excel_Wizard
- Create a virtual environment for the dependencies (best practice):
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install all the dependencies to get the project running:
pip install -r requirements.txt
-
Start the server and begin using the project to convert your JSON into Excel Sheets:
python3 server.py