Skip to content
DannyDov edited this page Aug 19, 2022 · 2 revisions

Welcome to the BudgetManager wiki!

BudgetManager

BudgetManager is a simple budget manager and a expense tracking system I made for fun. It is made in GoLang in it's entirety. The library I used for GUI is Fyne.io and can be a pain in the ass when installing on Windows or Mac.

##Binaries There are executables for Windows and Linux in the bin folder and I'm figuring out how to create one for MacOS

Build From Source

Make sure that you have all the dependencies listed in the README.md installed. You will need some patience with Fyne.io if you're !using Linux. After everything is set and done, open terminal, go to the BudgetManager directory and type in make build. This will create a new binary file in the bin folder.

Screenshots

See screenshots Here

Clone this wiki locally