# Quote Image Generator
![PyPI](https://img.shields.io/pypi/v/quote-image-generator)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/quote-image-generator)
![GitHub](https://img.shields.io/github/license/lordralinc/QIG)
**Create beautiful, customizable images with quotes, supporting unique font styles and emojis**
# Examples
**Simple quote:**
[![base_quote](pics/base_quote.png)](examples/base_quote.py)
**Quote with entities:**
[![entities_quote](pics/entities_quote.png)](examples/entities_quote.py)
**Resize grid:**
[![resize_grid](pics/resize_1600_900_quote.png)](examples/resize_grid.py)
[![resize_grid](pics/resize_900_900_quote.png)](examples/resize_grid.py)
# Usage
## Emoji source
See `quote_image_generator.processors.emoji.ABCEmojiSource`
## Text processor
The `TextProcessor` class is designed for rendering text and entities.
See `quote_image_generator.processors.text.TextProcessor`
## Entities processor
`EntitiesProcessor` is designed to process text entities, transforming them from the `InputEntity` type to DrawEntity with added styling, such as font and color.
# Pipelines
See `quote_image_generator.pipelines.base.BasePipeLine`
Raw data
{
"_id": null,
"home_page": "https://github.com/lordralinc/QIG",
"name": "quote-image-generator",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "image, generation, PIL",
"author": "lordralinc",
"author_email": "lordralinc@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8a/cf/6ef026e31fcee3980aef57d510fcc156dc2bdcebb6887631c36e76fbb585/quote_image_generator-0.1.2.tar.gz",
"platform": null,
"description": "# Quote Image Generator\n\n![PyPI](https://img.shields.io/pypi/v/quote-image-generator)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/quote-image-generator)\n![GitHub](https://img.shields.io/github/license/lordralinc/QIG)\n\n\n**Create beautiful, customizable images with quotes, supporting unique font styles and emojis**\n\n\n# Examples\n**Simple quote:** \n[![base_quote](pics/base_quote.png)](examples/base_quote.py)\n\n**Quote with entities:** \n[![entities_quote](pics/entities_quote.png)](examples/entities_quote.py)\n\n**Resize grid:**\n\n[![resize_grid](pics/resize_1600_900_quote.png)](examples/resize_grid.py)\n[![resize_grid](pics/resize_900_900_quote.png)](examples/resize_grid.py)\n\n\n# Usage\n\n## Emoji source\n\nSee `quote_image_generator.processors.emoji.ABCEmojiSource`\n\n## Text processor\n\nThe `TextProcessor` class is designed for rendering text and entities.\n\nSee `quote_image_generator.processors.text.TextProcessor`\n\n## Entities processor\n\n`EntitiesProcessor` is designed to process text entities, transforming them from the `InputEntity` type to DrawEntity with added styling, such as font and color.\n\n# Pipelines\n\nSee `quote_image_generator.pipelines.base.BasePipeLine`\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Create beautiful, customizable images with quotes, supporting unique font styles and emojis",
"version": "0.1.2",
"project_urls": {
"Bug Tracker": "https://github.com/lordralinc/QIG/issues",
"Homepage": "https://github.com/lordralinc/QIG",
"Repository": "https://github.com/lordralinc/QIG"
},
"split_keywords": [
"image",
" generation",
" pil"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ce81fd5a755a8ec4bd603aea318597850e50570ee605380082957c20be199170",
"md5": "ab0d9dd68e044aea65c6b16636d02982",
"sha256": "9a54d6074961d6ec125e1a5148ad6aec0c0e943ec754b1b435856f00049295fa"
},
"downloads": -1,
"filename": "quote_image_generator-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ab0d9dd68e044aea65c6b16636d02982",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 21778,
"upload_time": "2024-11-04T16:47:26",
"upload_time_iso_8601": "2024-11-04T16:47:26.209118Z",
"url": "https://files.pythonhosted.org/packages/ce/81/fd5a755a8ec4bd603aea318597850e50570ee605380082957c20be199170/quote_image_generator-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8acf6ef026e31fcee3980aef57d510fcc156dc2bdcebb6887631c36e76fbb585",
"md5": "12a0ca0eaabe5316f1fd522fb6d0b708",
"sha256": "d0bfd2af61980d33ef31da357f79e25825892daad62211ce6501009545d0641a"
},
"downloads": -1,
"filename": "quote_image_generator-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "12a0ca0eaabe5316f1fd522fb6d0b708",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 17262,
"upload_time": "2024-11-04T16:47:27",
"upload_time_iso_8601": "2024-11-04T16:47:27.216575Z",
"url": "https://files.pythonhosted.org/packages/8a/cf/6ef026e31fcee3980aef57d510fcc156dc2bdcebb6887631c36e76fbb585/quote_image_generator-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 16:47:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lordralinc",
"github_project": "QIG",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "quote-image-generator"
}