Skip to content

Python script that converts Chess PGN files to JSON files. When converted, the data can be stored in a NoSQL data store for simplified big data extraction, visualization and analysis.

Notifications You must be signed in to change notification settings

JonathanCauchi/PGN-to-JSON-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PGN-to-JSON-Parser

The script is designed to convert text files from PNG format to JSON.

For Python 3.5+

Before you begin, install the dependencies: pip install -r requirements.txt

Terminal: python pgn_to_json.py <inp_dir> <out_dir> [join]

  • inp_dir: the source folder where the PGN files are located
  • out_dir: destination folder
  • join: if you want to create a single file (optional parameter)

About

Python script that converts Chess PGN files to JSON files. When converted, the data can be stored in a NoSQL data store for simplified big data extraction, visualization and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages