Tiny CLI to explore PNG files. Supports a subset of the PNG format and acropalypse function.
python -m pip install pngtools
# start the CLI
python -m pngtoolsfrom pngtools import PNG_MAGIC, split_png_chunks
# do your thingspython -m pytest -vvv
python -m pylint ./pngtools