https://github.com/codingkoopa/bmpng
PNG encoder/decoder
https://github.com/codingkoopa/bmpng
Last synced: 6 months ago
JSON representation
PNG encoder/decoder
- Host: GitHub
- URL: https://github.com/codingkoopa/bmpng
- Owner: CodingKoopa
- License: gpl-2.0
- Created: 2023-04-18T00:02:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T03:31:10.000Z (over 2 years ago)
- Last Synced: 2025-06-18T11:51:00.192Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bmpng  
## 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.