Files
PythonLib/TODDC_Test.py
2022-03-27 18:02:37 -04:00

19 lines
268 B
Python

import ToolsTODDC
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 = ToolsTODDC.ToolsTODDC("toddc.tbl")
ele = tool.menu_files_json[0]
tool.extract_Menu_File(ele)