Skip to main content

A simple Python/Qt weather application using the OpenWeather API

Project description

glueather

A simple Python/Qt weather application using the OpenWeather API.

glueather allows you to fetch the current weather as well as hourly and daily forecasts for any given location. The interface is extremely simple to use and multiplatform, working exactly the same across a variety of operating systems like MacOS, Linux or Windows.

Instead of showing fancy graphics glueather focuses on the actual meteorological data, neatly presented in a tabular fahsion, particularly useful for the forecasts. The data is provided by the free OpenWeather API, through thousands of distributed home weather stations in addition to standard sources of meteorological data.

Screenshots

Windows screenshot 1

Linux screenshot 1

Mac OS X screenshot 1

Features

  • Simple interface
  • Multiplatform (MacOS/Linux/Windows)
  • Current weather
  • Hourly forecast
  • Daily forecast
  • Units (Celsius/Fahrenheit)
  • Persistent settings
  • Advanced weather API (OpenWeather)

Dependencies

  • Python >= 3.7.0
  • pyowm >= 3.2.0
  • PyQt5 >= 5.15.1 (on Debian Stable use specifically 5.12.1)

Install (pip)

pip install glueather

Install (source)

Global

git clone https://github.com/vascocosta/glueather.git
cd glueather
pip install -r requirements.txt

Venv

MacOS/Linux

git clone https://github.com/vascocosta/glueather.git
cd glueather
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows

git clone https://github.com/vascocosta/glueather.git
cd glueather
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Run (pip)

glueather

Run (source)

cd glueather/src/
python glueather.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glueather-1.1.0.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

glueather-1.1.0-py3-none-any.whl (20.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page