Skip to content

Alperosci/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator app made with Go using Fyne. This app provides basic mathematical calculations.

Usage

Simply download the executable from the Releases section on GitHub and run it.

Note: Currently, only pre-built versions for Linux are available but you can build from source for Windows.

Building from source

Clone the repo:

git clone https://github.com/Alperosci/Calculator.git
cd Calculator

Get the Fyne library:

go get fyne.io/fyne/v2@latest

Build the app:

go build .

Run the app:

./calculator

About

A calculator app made with go using fyne

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages