/bmpng

PNG encoder/decoder

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

bmpng check workflow status powered by :3

Running

To use the command line interface:

python3 src/main.py ...

To launch the terminal user interface:

python3 src/tui.py

or:

python3 src/main.py tui

To launch the graphical user interface:

python3 src/gui.py

or:

python3 src/main.py gui

Contributing

The code is formatted with black and linted with Ruff.

License

This project is licensed as GPLv2+. See the LICENSE file for more details.