Here, we are going to write a program that fetches a random quote without searching the internet. Before moving further, we need to install a package called requests to make API calls. Install it using the following command. Let’s see how to get the random quote.

Getting Random Quote

We are going to use the Quote Garden API to get a random quote. The API to get the random quote is here. We have got the API. Now, it’s time to write code to get the random quote. See the code below. There is no need to explain the code as it is self-explanatory. You can print out the JSON data to see the complete data structure. Note: the API response data structure may update in the future. So, make sure you are extracting the data correctly. We have successfully got the random quote using Python. Can we improve it a bit further? Yes, we can always. You may set up a cron job to get the quote daily at a particular time and store it somewhere to read. That’s cool. If you set up the cron job, you don’t even have to run the script every day to read a quote :).

Conclusion 👩‍🏫

If you got to here, then you probably got the quote of the day. But, don’t stop it here. Go beyond it. You may create a wallpaper with a random quote and set it up as Desktop wallpaper. So every day, there will be something new to boost you. That’s not all. There are many things you may do after getting a random quote. Some of them send the quote to your friends and family on WhatsApp, update the status on social media handles, post them on social media handles, etc… There are no limits to what you can do with it. Next, build a tic-tac-toe game in Python or learn about List Comprehensions in Python? Happy Coding! 💻

How to Generate a Random Quote Using Python  - 42How to Generate a Random Quote Using Python  - 46How to Generate a Random Quote Using Python  - 70How to Generate a Random Quote Using Python  - 93How to Generate a Random Quote Using Python  - 20How to Generate a Random Quote Using Python  - 16How to Generate a Random Quote Using Python  - 67How to Generate a Random Quote Using Python  - 65How to Generate a Random Quote Using Python  - 18How to Generate a Random Quote Using Python  - 76How to Generate a Random Quote Using Python  - 90How to Generate a Random Quote Using Python  - 26How to Generate a Random Quote Using Python  - 58How to Generate a Random Quote Using Python  - 15How to Generate a Random Quote Using Python  - 8How to Generate a Random Quote Using Python  - 2How to Generate a Random Quote Using Python  - 63How to Generate a Random Quote Using Python  - 68How to Generate a Random Quote Using Python  - 15How to Generate a Random Quote Using Python  - 49How to Generate a Random Quote Using Python  - 71How to Generate a Random Quote Using Python  - 45How to Generate a Random Quote Using Python  - 84