- Using the requests library, gets a random quote from an api
- Saves the quote in a variable
- With the pillow module, draws the quote on an image
- Pillow module
- Requests library
- An api to query for a random quote - A Truetype font type
- An image to draw on
- gives user option to pull random quote or to pull from list of fortunes
- made into a discord bot