app icon

Fyne Weather App

Developer
Roman, Romadin
About

A simple desktop weather application built with Go and Fyne framework. The app shows current weather conditions for any city and displays local time.

Features

  • Real-time weather information for any city (powered by wttr.in)
  • Local time display with automatic updates every second
  • Weather auto-update every hour
  • Simple and clean user interface
  • Cross-platform support (Windows, macOS Intel/M1, Linux)
  • Easy to build and run with Makefile

Usage

  1. Enter a city name in the input field
  2. Click "Show Weather" to get the current weather
  3. Local time and weather will update automatically
app screenshot

Installation

You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/fyne/v2/cmd/fyne@latest fyne get github.com/romanitalian/fyne-weather
Or you can download the code directly from git:
git clone https://github.com/romanitalian/fyne-weather