In this video we’ll change the color of our tkinter air quality weather app based on the actual air quality.
So if the air quality is “Good” the app will be green. If it’s “Moderate” the app will be yellow, etc.
We’ll do this by using a simple Python If/elif statement.
Add comment