0
Is this program possible with only Python?
I wanna create a program that generates quote images. I want it to scrape sites in order to create a database of quotes, separated by category. Then I want this program to take X numbers of quotes and create quote images, like those on Instagram (800x800 px). The images could be using another database or only one image with white background.
1 Respuesta
0
Yes use the beautifulsoup and imagemagick libraries. I'm also pretty sure you can create database purely in python too