Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 461 Bytes

Random Quote Generator


What it does v1

  • 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

What's required v1

  • Pillow module
  • Requests library
  • An api to query for a random quote - A Truetype font type
  • An image to draw on

V2

  • gives user option to pull random quote or to pull from list of fortunes

v3

  • made into a discord bot