This application utilizes the OpenWeather API, and was developed with paid access. With that in mind, the developer collection from openweathermaps.org is required for some functions of this application. This collection is available free for 6 months to students.
The application displays current temperature in both Fahrenheit and Celsius along with a description of the weather, accompanied by the appropriate icon to represent current conditions. Alongside this information is the date and time, as well as wind speed and humidity percentage. Available with a paid API key are high and low temps, as well as a drop-down menu allowing the user to review the weather up to a week into the future. The GUI automatically darkens after sunset, a time determined from API data as well.
The program is a single Python file that can be executed standalone assuming one has the necessary packages installed on their machine. This program was written with the intent to be displayed by a Raspberry Pi Zero with a 480x320 LCD. Instructions for setting up drivers for your screen will be available from the manufacturer.