Completed
START HERE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Weather App Tutorial - Building a GUI Application with PyQt5 and API Integration
Automatically move to the next video in the Classroom when playback concludes
- 1 introduction
- 2 Openweather API key
- 3 pip install PyQt5
- 4 imports
- 5 class WeatherApp
- 6 if ___name___ == "__main__"
- 7 START HERE
- 8 initUI
- 9 CSS styling
- 10 method declarations
- 11 get_weather button
- 12 request API data
- 13 HTTP exception handling
- 14 RequestException
- 15 display_error
- 16 display_weather
- 17 get_weather_emoji
- 18 clean up