Python Program: Kanye Quote Generator

By carriekaler May2,2024

100 Days of Code: The Complete Python Pro Boot Camp – Day 33 Project.

Learning about APIs for the first time.

This is a program where we use ‘requests’ package so that we can make a request to Kanye Rest API.

Once we get the JSON data of quotes, we parse through it to read the quote that was generated when we called the API.

User clicks the Kanye button to generate a new Kanye quote.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to use the program
  3. Maximize the ‘Output’ screen.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *