mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
200 B
200 B
JSON to Excel converter
This is a simple Python script to convert a JSON file to an Excel file.
Usage
# install xlwt
pip install xlwt
# run script
python main.py <JSON_FILE_PATH>