Skip to content

Its-Just-Nans/pngtools

Repository files navigation

pngtools pypi version pypi downloads

Tiny CLI to explore PNG files. Supports a subset of the PNG format and acropalypse function.

asciicast

Usage

python -m pip install pngtools

# start the CLI
python -m pngtools

Python usage

from pngtools import PNG_MAGIC, split_png_chunks
# do your things

Testing and linting

python -m pytest -vvv
python -m pylint ./pngtools

License

About

tiny cli to explore png

Topics

Resources

License

Stars

Watchers

Forks