Last updated:
0 purchases
puddleext 1.3
Puddle
A simple python package to translate png files to puddle files. Puddle files are a simple way to read and encode images, there is no real use case for this, this project is more of learning tool of how to create python packages.
Installation
To install Puddle, use pip:
pip install puddle-ext
Usage
To use puddle to convert files between png and puddle file types:
puddle convert example.png # For png to puddle
puddle convert example.puddle # For puddle to png
To view puddle files use:
puddle view example.puddle
License
This project is licensed under the MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.