A simple calculator app made with Go using Fyne. This app provides basic mathematical calculations.
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.
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