app icon

Unit Converter

Developer
KANISHKA, MEDDEGODA
About

Unit Converter (Go & Fyne) This is a Unit Converter Application built in Go using the Fyne GUI toolkit. It allows users to convert values between various units across different categories such as Weight, Length, Liquid, Time, Temperature, Area, Energy, Power, Electric Current, and Digital Storage.

Features 1.Select a category (e.g., Weight, Length, Liquid, etc.). 2.Choose from-unit and to-unit using dropdowns. 3.Enter the value to convert in an input box. 4.Instantly see the converted value in the output field. 5.Simple, clean, and cross-platform GUI.

app screenshot
app screenshot

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/kanishkaGayan/Go-GUI-Exercise/Exercise-03-Unit-Converter-App@latest
Or you can download the code directly from git:
git clone https://github.com/kanishkaGayan/Go-GUI-Exercise