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.

28th Jan 2018, 11:35 PM
Alexandre Lima
Alexandre Lima - avatar
1 Respuesta
0
Yes use the beautifulsoup and imagemagick libraries. I'm also pretty sure you can create database purely in python too
17th Feb 2018, 5:47 AM
Paul
Paul - avatar