takeny1998 / pypipo

Python Library based on EasyPipo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


pypipo

Python library to convert PIPO Painting canvas image

Process Summary

πŸ€” What is Pipo Painting?

"Pipo Painting" is also called "Paint by Number" or "Painting by Numbers".

It is a kit having a board on which light markings to indicate areas to paint, and each area has a number and a corresponding numbered paint to use. The kits come with little compartmentalised boxes where the numbered colour pigments are stored. The users are encouraged to wash the paintbrush every time a new numbered colour is being used.

πŸ”— Wikipedia Description
πŸ”— Amazon Products
πŸ”— Coupang Products

βš™ How to Use?

Execute on Command Line

python . convert './sample/lalaland.png' './sample/output.png' -n 16 -u True

Execute as Python code

!pip install pypipo

from pypipo.convert import pipo_convert
pipo_convert(INPUT_FILE_PATH, OUTPUT_FILE_PATH)

Input image

Output image

πŸ“§ Contact to us

About

Python Library based on EasyPipo

License:MIT License


Languages

Language:Python 100.0%