CodingKoopa / bmpng

PNG encoder/decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PNG encoder/decoder

License:GNU General Public License v2.0


Languages

Language:Python 100.0%