A Python Library to Make Quote Images

Overview

Quote2Image

A Python Library to Make Quote Images

How To Use?

  • Download The Latest Package From Releases
  • Extract The Zip File And Place Every File In It To Your Current Code Folder

  • Code Instructions
from Quote2Image import auto_color, convert

# Automatically Generates a Perfect Match of Colors for Fore and Back
color=auto_color()

img=convert(quote="Pooing keeps you healthy",author="Pee",fg=color[0],bg=color[1])

# Save The Image as a Png file
img.save("quote.png")

# Everytime you run this code it will generate a quote.png file with a different background and foreground

That's It!

Thank You! Hope this was useful to you <3

You might also like...
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

An API which returns random AOT quote everytime it's invoked

An API which returns random AOT quote everytime it's invoked

This is a tool to help people to make a bot for labelling images for machine learning projects.

labeller_images_python_telegramBOT This is a bot to help collect data for any machine learning project. It was developed using the python-telegram-bot

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!

Google Images Download Python Script for 'searching' and 'downloading' hundreds of Google images to the local hard disk! Documentation Documentation H

Picot - A discord bot made to fetch images from Pexels and unsplash API and provide raw images directly in channels

Picot A discord bot made to fetch images from Pexels and unsplash API and provid

Just a python library to make reddit post caching easier

Reddist Just a python library to make reddit post caching easier. Caching Options In Memory Caching Redis Caching Pickle Caching Usage Installation: D

A python library created to make life easier for Telegram API Developers.

opentele A python library created to make life easier for Telegram API Developers. Read the documentation Features Convert Telegram Desktop tdata sess

This is a tutorial on how to make a Discord Bot using the discord.py library

HowToMakeADiscordBot This Github repository is here to help you code a Discord Bot using the discord.py library! 1 - Setup: Download the code inside t

domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.
domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.

domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time

Comments
  • Background color image?

    Background color image?

    hallo, How to just to using the original color?

    i want to using original background color that i design from corel.. how to disable function that convert to bright?

    opened by Radiorusack 3
Releases(0.0.4)
  • 0.0.4(Dec 29, 2022)

    Changes in version 0.0.4

    • Removed the border_text argument from the Convert function.
    • Rewrote the Convert function that now takes a new ImgObject instance as an argument, allowing users to specify a background image and adjust its brightness and blur using the brightness and blur attributes of the ImgObject class.
    • Added the GenerateColors function, which allows users to automatically generate foreground and background colors with correct amount of luminosity.
    • Added more flexibility to the package, including the ability to specify custom fonts and font sizes.
    • Uploaded the package to PyPI, so it is now available for installation via pip.
    Source code(tar.gz)
    Source code(zip)
  • 0.0.2(Feb 23, 2022)

    Added New Features To Convert

    • Added Height & Width Parameter
    • Added Image Parameter for background images instead of static colored backgrounds
    • Added Border Color Parameter for a thin border around text
    • Added Font File Parameter for selecting custom fonts
    • Added Font Size Parameter

    Check Examples for updated Examples

    Source code(tar.gz)
    Source code(zip)
  • 0.0.1(Dec 11, 2021)

    • Added A New Function auto_color() to automatically generate a perfect match of colors for Fore and Back
    • Function convert() to generate image from quote
    Source code(tar.gz)
    Source code(zip)
Owner
Secrets
15 Year Old Self Confessed Autophile
Secrets
A Python Library to Make Quote Images

Quote2Image A Python Library to Make Quote Images How To Use? Download The Latest Package From Releases Extract The Zip File And Place Every File In I

Secrets 28 Dec 30, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Oct 28, 2021
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Nov 1, 2021
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Dec 7, 2021
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

Florent 1 Dec 17, 2021
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

Jyoti prakash Rout 1 Jan 8, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Jan 15, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Jan 19, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

null 1 Feb 3, 2022
A file-based quote bot written in Python

Let's Write a Python Quote Bot! This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learnin

A . S . M . RADWAN 2 Apr 3, 2022