/gostyle

The source of my Golang library, gostyle.

Primary LanguageGoEclipse Public License 2.0EPL-2.0

GoStyle


Version Documentation Maintenance License: EPL-2.0

GoStyle is a golang library to make very beautiful TUI designs.
Inspired by pystyle,

Example of usage

I am working on implementing all functions of pystyle in the file are the currently translated ones

func main() {
	fmt.Println(Color(blue, "Hello World", reset))
}

image

func main() {
	fmt.Println(Symbol("+", blue, purple, blue, "Hello World"))
}

image