Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Releases: gokdenizozkan/json-text-extractor

JTEx v0.1 - First Release

25 Jan 13:53
40d2586
Compare
Choose a tag to compare

json-text-extractor (JTEx) is a translator tool for extracting "source text" from a JSON file into a TXT, and vice-versa.
Extracting the texts is done by accessing the text values held in objects.
Importing the translated file back is done by not actually importing, but creating a clone copy file of the original file with translated content.

JTEx v0.1 works for "The Sorrowvirus: A Faceless Short Story"s language file.
I did add a section to 'settings.py' that may allow JTEx to be compatabile with other JSON files.
See further information in "settings.py".

The executable file of JTEx that does not require you to have Python installed is created by using "pyinstaller".