You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
32 lines
462 B
Python
32 lines
462 B
Python
import ToolsTOR
|
|
import json
|
|
import struct
|
|
import comptolib
|
|
import io
|
|
import re
|
|
import string
|
|
import pandas as pd
|
|
import json
|
|
import os
|
|
import lxml.etree as etree
|
|
|
|
|
|
tool = ToolsTOR.ToolsTOR("TBL_All.json")
|
|
tool.extract_All_Menu()
|
|
|
|
|
|
|
|
tool.extract_All_Story_Files(debug=True)
|
|
|
|
t = tool.pack_Story_File("10247.scpk")
|
|
|
|
tool.pack_Main_Archive()
|
|
|
|
|
|
|
|
|
|
|
|
files = os.listdir("abcde_lauren")
|
|
for file in files:
|
|
|
|
tool.extract_abcde_text("abcde_lauren/{}".format(file)) |