lib_nbt v1

lib_nbt v1
455 Downloads

Library for parsing string-formatted NBT data as a Python dictionary.

 

Usage

Standalone (run from chat box):

\lib_nbt <nbtString>

Library (imported from another Python script):

import lib_nbt
python_dictionary = lib_nbt.parse_snbt(nbt_string)

 

Author: maxuser

Version: 1