Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.04 KB

Django web app to generate trivia cards. Optimized for publishing them to instagram.

How does it work?

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.

Demo video:

License

WTFPL (Do What the Fuck You Want To Public License)