jsnaz / json_parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON parser and write to CSV

In order to run the code, an virtual environment should be created and the library installed by running the following commands

Create virtual environment

python3 -m venv env

Activate the virtual environment

activate env/bin/activate

Install Python libraries

pip install -r requirements.txt

Run script

python json_parser.py

Deactivate the virtual environment

deactivate

About


Languages

Language:Python 100.0%