Simple Python Parser using Pandas and openpyxl Installation Python 3.10 or latest Install dependency from dependency.txt file by running below command. pip3 install -r dependency.txt Installation as a CMD Command line (Windows) Open Windows Command Line as Administrator cd to pyconverter\ folder run this command. C:Users\> install.bat You can now use the tool in any project inside your machine. Usage Single convertion python pyconverter --json data.json --path ./ --name "CustomFileName" Multiple Convertion This will generate all json file in the specified folder and store it in the same directory. python pyconverter --json-path ./json-folder