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#
- Enter a city name in the input field
- Click "Show Weather" to get the current weather
- Local time and weather will update automatically

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