Skip to content

nnocsupnn/pyconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python script that converts json to excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published