Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lordralinc/qig

Create beautiful, customizable images with quotes, supporting unique font styles and emojis
https://github.com/lordralinc/qig

emoji generator pil pillow quotes

Last synced: about 1 month ago
JSON representation

Create beautiful, customizable images with quotes, supporting unique font styles and emojis

Awesome Lists containing this project

README

        

# 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`