stephane-archer / kangaroo

cli to gui made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kangaroo

Kangaroo try to make the process of creating a GUI for your command line tool easy if your program take a file path as argument then you are at the right place.

screenshot

How to build

Inside the repository bsae folder run

go build .

How to use

After building the GO project it will create a kangaroo file, just run it:

./kangaroo

Config

You can edit the config.ini to fit your needs. The config.ini must stay in the same folder as the binary file (ex:. kangaroo).

Thanks

I hope this project will save you time and that we can all make it better for each other.

Happy coding!