We will build a Python motivator program using a REST API which shows us a motivational quote every certain amount of time. In this tutorial we use requests, tkinter and time modules .
API: https://zenquotes.io/
Endpoint: https://zenquotes.io/api/random
#python #programming #api #motivational