Skip to content

PySimpleGui and OpenWeather driven program to display local weather information

Notifications You must be signed in to change notification settings

dmv1167/Python-Weather-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Python Weather GUI

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.

Installation

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.

About

PySimpleGui and OpenWeather driven program to display local weather information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages