Stock market price alerter
Lately I’ve been getting API data from existing data and using it to get actual live data. This is done by importing requests. This was...
2 min read
Â
Â
Â
Making a better quiz ui
I reencountered classes again. I remember I had a a hard time learning how classes were different from simply defining functions. It was...
4 min read
Â
Â
Â
Getting quotes and displaying them
from tkinter import * import requests def get_quote(): Â Â quote_url = requests.get(url=' https://api.kanye.rest ') Â Â quote_json =...
1 min read
Â
Â
Â