- Python 3.10 or latest
- Install dependency from dependency.txt file by running below command.
pip3 install -r dependency.txt
- 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.
python pyconverter --json data.json --path ./ --name "CustomFileName"
- This will generate all json file in the specified folder and store it in the same directory.
python pyconverter --json-path ./json-folder