A super simple tool made in Python that allows you to compress or de-compress .blurl files.
-
Place the
blurl.pyscript and the JSON/BLURL file you want to compress/decompress in the same directory. -
Open a command prompt or terminal in the directory.
-
Run the script using Python:
To de-compress a
.blurlfile:python blurl.py -d yourfile.blurl
To compress a
.jsonfile:python blurl.py -c yourfile.json