Ever dreamed of making your Instagram feed pop like a Bollywood blockbuster? π¬ Look no further than this Python script! Whip up custom images faster than debugging code (well, almost), with backgrounds as vibrant as your meme collection. Whether you're slinging code or slinging jokes, this tool lets you blend quotes with pictures like chai blends with pakoras (a match made in desi heaven π΅π₯).
So, what's the punchline? Pick your favorite font and unleash your creativity on Insta. Because who says programmers can't be meme lords too? π¬π
This Python script allows you to create images with custom quotes. It lets you choose a background image, specify the text to be displayed, and select the text color. The resulting image can be saved with a specified filename.
- Python 3.x
- Pillow library (
PIL
) colorama
library
Backgrounds/
should contain the background images you want to choose from.Fonts/
should contain the font files (e.g.,arial.ttf
).Program Stuff/
should contain any additional images required for compositing (e.g., Img-2.png).Quotes_Output/
is where the generated images will be saved.
- Install Requirments
pip install -r requirments.txt`
- Run the script:
python IG-Quotes-Generator.py
- Follow the prompts:
- Choose Background: Enter the name of the background image file (without the extension) located in the
Backgrounds/
directory. - Enter text for each line: Provide the text for each line (up to 5 lines).
- Enter text color: Specify the text color (either
white
orblack
). - Enter image name: Provide a name for the output image file (the script will save it as a
.jpg
file in theQuotes_Output/
directory).
- Choose Background: Enter the name of the background image file (without the extension) located in the
If you find this Instagram Quote Image Generator script helpful and fun to use, please consider showing your support by starring the project on GitHub! π Your stars encourage me to keep improving this tool and adding more exciting features.