https://github.com/tufayellus/automated-image-quote-generator-in-python
A hobby project that reads random quote from free quote API and generates quote image based on provided image
https://github.com/tufayellus/automated-image-quote-generator-in-python
bulk-image-generator image-editing image-generation image-generator python-image random-image-generator random-quote-generator
Last synced: about 2 months ago
JSON representation
A hobby project that reads random quote from free quote API and generates quote image based on provided image
- Host: GitHub
- URL: https://github.com/tufayellus/automated-image-quote-generator-in-python
- Owner: TufayelLUS
- License: gpl-3.0
- Created: 2024-07-16T09:15:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:29:57.000Z (10 months ago)
- Last Synced: 2025-01-23T23:44:45.295Z (4 months ago)
- Topics: bulk-image-generator, image-editing, image-generation, image-generator, python-image, random-image-generator, random-quote-generator
- Language: Python
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Image Quote Generator In Python
A hobby project that reads random quotes from free quote API and generates quote images based on the provided image# Requirements
Install the required libraries usingpip install Pillow requests# How it works
It reads an image from the "images" folder that is passed in the code. It calls a random quote API and generates a quote with the author's name. Then it generates the final image by adding some overlay to make the text look easier to read by darkening the original image. The font file, font size, text opacity, and overlay amount can be adjusted in the code.# Potential Use Cases and Expansion Ideas
This code can be used as a base to
* Develop a web app powered by Django/Flask that allows visitors to upload their image and custom quote list and bulk generate multiple quote images on the fly.
* Create bulk quote image generator software
* Make it more random by allowing it to read more images randomly and more random quotes to increase the number of randomly generated quote# Original Image Sample
# Image After Generating Quote with the Script
# Loved this?
Star this project and share it with your friends!