Skip to content

This Weather Desktop App is a application built with PyQt and QML. It retrieves real-time weather information from the OpenWeather API.

License

Notifications You must be signed in to change notification settings

Honuratus/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Desktop App with PyQt and QML

Overview

This Weather Desktop App is a cross-platform application built using PyQt and QML. It provides real-time weather information fetched from the OpenWeather API.

Features

Real-time weather data retrieval from OpenWeather API
Intuitive user interface designed with QML
Cross-platform compatibility (Windows, macOS, Linux)

Installation

To get started, follow these steps:

//Clone the repository.
//Create a virtual environment
//Install the required dependencies.
//Run the app on your preferred platform.

git clone https://github.com/Honuratus/WeatherApp.git
cd WeatherApp
python3 -m venv my_project
source my_project/bin/activate
pip install -r requirements.txt
python main.py

About

This Weather Desktop App is a application built with PyQt and QML. It retrieves real-time weather information from the OpenWeather API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published