An open API service indexing awesome lists of open source software.

https://github.com/codingkoopa/bmpng

PNG encoder/decoder
https://github.com/codingkoopa/bmpng

Last synced: 6 months ago
JSON representation

PNG encoder/decoder

Awesome Lists containing this project

README

          

# bmpng ![check workflow status](https://github.com/CodingKoopa/bmpng/actions/workflows/check.yml/badge.svg) ![powered by :3](https://img.shields.io/badge/powered%20by-%3A3-success)

## 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](https://black.readthedocs.io/en/stable/) and linted with [Ruff](https://ruff.rs).

## License

This project is licensed as GPLv2+. See the [LICENSE](/LICENSE) file for more details.