<p align="right">
<a href="https://hits.seeyoufarm.com" ><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAutoPipo%2Fpypipo&count_bg=%23AF7EE5&title_bg=%23312D2D&icon=&icon_color=%23E39999&title=visitors&edge_flat=true"/></a>
</p>
<p align="center">
<img src="https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/logo.png" width="30%" title="logo" ></img>
</p><br>
# pypipo
### Python library to convert PIPO Painting canvas image
<h3 align="center" >Process Summary</h3>
<p align="center">
<img src="https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/convert-process.gif" width="60%" title="task-process"></img>
</p>
<!--
## 📃 Table of Contents
- [hat is Pipo Painting?](#-what-is-pipo-painting)
- [How to Use?](#-how-to-use)
-->
## 🤔 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](https://en.wikipedia.org/wiki/Paint_by_number)
[🔗 Amazon Products](https://www.amazon.com/Pipo-Painting/s?k=Pipo+Painting)
[🔗 Coupang Products](https://www.coupang.com/np/search?q=%ED%94%BC%ED%8F%AC%ED%8E%98%EC%9D%B8%ED%8C%85&channel=relate)
## âš™ 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_PAINTED_IMAGE = pipo_convert(COLOR_IMAGE_ARRAY)
```
<h3 align="center" >Input image</h3>
<p align="center">
<img src="https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/sample-image.png" width="50%" title="task-process"></img>
</p>
<h3 align="center" >Output image</h3>
<p align="center">
<img src="https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/output-image.png" width="50%" title="task-process"></img>
</p>
## 📧 Contact to us
- [Minku Koo](https://github.com/Minku-Koo) / corleone@kakao.com
- [Jiyong Park](https://github.com/Ji-yong219) / comjiyong@kakao.com
Raw data
{
"_id": null,
"home_page": "https://github.com/AutoPipo/pypipo/",
"name": "pypipo",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pipo painting,image painting,image processing,computer vision",
"author": "('Minku-Koo', 'Jiyong-Park')",
"author_email": "corleone@kakao.com",
"download_url": "https://files.pythonhosted.org/packages/34/77/af1859a5f70a8c27e3caad4368491d682adf177f1aacce8cfef48380c98e/pypipo-0.0.9.tar.gz",
"platform": null,
"description": "<p align=\"right\">\r\n<a href=\"https://hits.seeyoufarm.com\" ><img src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAutoPipo%2Fpypipo&count_bg=%23AF7EE5&title_bg=%23312D2D&icon=&icon_color=%23E39999&title=visitors&edge_flat=true\"/></a>\r\n</p>\r\n\r\n<p align=\"center\">\r\n <img src=\"https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/logo.png\" width=\"30%\" title=\"logo\" ></img>\r\n</p><br>\r\n\r\n# pypipo\r\n### Python library to convert PIPO Painting canvas image\r\n\r\n<h3 align=\"center\" >Process Summary</h3>\r\n<p align=\"center\">\r\n <img src=\"https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/convert-process.gif\" width=\"60%\" title=\"task-process\"></img>\r\n</p>\r\n\r\n<!--\r\n## \ud83d\udcc3 Table of Contents\r\n- [hat is Pipo Painting?](#-what-is-pipo-painting) \r\n- [How to Use?](#-how-to-use) \r\n -->\r\n\r\n## \ud83e\udd14 What is Pipo Painting? \r\n\r\n#### \"Pipo Painting\" is also called \"Paint by Number\" or \"Painting by Numbers\". \r\n\r\n> 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. \r\n> The kits come with little compartmentalised boxes where the numbered colour pigments are stored. \r\n> The users are encouraged to wash the paintbrush every time a new numbered colour is being used.\r\n\r\n\r\n[\ud83d\udd17 Wikipedia Description](https://en.wikipedia.org/wiki/Paint_by_number) \r\n[\ud83d\udd17 Amazon Products](https://www.amazon.com/Pipo-Painting/s?k=Pipo+Painting) \r\n[\ud83d\udd17 Coupang Products](https://www.coupang.com/np/search?q=%ED%94%BC%ED%8F%AC%ED%8E%98%EC%9D%B8%ED%8C%85&channel=relate) \r\n\r\n## \u2699 How to Use?\r\n#### Execute on Command Line\r\n```\r\npython . convert './sample/lalaland.png' './sample/output.png' -n 16 -u True\r\n```\r\n\r\n#### Execute as Python code\r\n```\r\n!pip install pypipo\r\n\r\nfrom pypipo.convert import pipo_convert\r\nPIPO_PAINTED_IMAGE = pipo_convert(COLOR_IMAGE_ARRAY)\r\n```\r\n\r\n\r\n<h3 align=\"center\" >Input image</h3>\r\n<p align=\"center\">\r\n <img src=\"https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/sample-image.png\" width=\"50%\" title=\"task-process\"></img>\r\n</p>\r\n\r\n<h3 align=\"center\" >Output image</h3>\r\n<p align=\"center\">\r\n <img src=\"https://github.com/AutoPipo/pypipo/raw/main/pypipo/sample/output-image.png\" width=\"50%\" title=\"task-process\"></img>\r\n</p>\r\n\r\n\r\n## \ud83d\udce7 Contact to us\r\n- [Minku Koo](https://github.com/Minku-Koo) / corleone@kakao.com\r\n- [Jiyong Park](https://github.com/Ji-yong219) / comjiyong@kakao.com \r\n\r\n\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Image convert to PIPO painting canvas automatically.",
"version": "0.0.9",
"project_urls": {
"Homepage": "https://github.com/AutoPipo/pypipo/"
},
"split_keywords": [
"pipo painting",
"image painting",
"image processing",
"computer vision"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "60a6e572650f0e0ade4a35f421ae688f941016c698887b96251aaba253dd16ad",
"md5": "e680191515a88a37363ef6e8517f3627",
"sha256": "6fae56a751e430e6fe59e025dfa43da4628e634d5c04d7a19e5a1fa82fd1a71b"
},
"downloads": -1,
"filename": "pypipo-0.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e680191515a88a37363ef6e8517f3627",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 16361,
"upload_time": "2023-12-10T14:02:22",
"upload_time_iso_8601": "2023-12-10T14:02:22.194623Z",
"url": "https://files.pythonhosted.org/packages/60/a6/e572650f0e0ade4a35f421ae688f941016c698887b96251aaba253dd16ad/pypipo-0.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3477af1859a5f70a8c27e3caad4368491d682adf177f1aacce8cfef48380c98e",
"md5": "4814d40b639239cd73745499ad3827a8",
"sha256": "4554e82f0e633a0022f04ab345d3cddfd6484e344d1f53bb158e2c4bcfb3a908"
},
"downloads": -1,
"filename": "pypipo-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "4814d40b639239cd73745499ad3827a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12810,
"upload_time": "2023-12-10T14:02:23",
"upload_time_iso_8601": "2023-12-10T14:02:23.998021Z",
"url": "https://files.pythonhosted.org/packages/34/77/af1859a5f70a8c27e3caad4368491d682adf177f1aacce8cfef48380c98e/pypipo-0.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-10 14:02:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AutoPipo",
"github_project": "pypipo",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pypipo"
}