Django web app to generate trivia cards. Optimized for publishing them to instagram.
It works with the API of Open Trivia Database. A API call will retrieve a json like document with a question, answers and a lot more info.
With that information and working with the Pillow (PIL) package from python I generate a image with the format I wanted (for a instagram post).
The last thing is using django for making my own API, storing data and showing it in a beautiful way.
WTFPL (Do What the Fuck You Want To Public License)