An open API service indexing awesome lists of open source software.

https://github.com/daoleno/tgraph

A Go package for drawing basic graphics in a terminal
https://github.com/daoleno/tgraph

go graphics terminal

Last synced: 5 months ago
JSON representation

A Go package for drawing basic graphics in a terminal

Awesome Lists containing this project

README

          

# Tgraph

[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/mod/github.com/daoleno/tgraph)
![Build](https://github.com/daoleno/tgraph/workflows/Build/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/daoleno/tgraph)](https://goreportcard.com/report/github.com/daoleno/tgraph)

Tgraph is a Go package for drawing basic graphics in a terminal. It was inspired by [termgraph](https://github.com/mkaz/termgraph).

Graph types supported:

- Bar Graphs
- Multi-variable
- Stacked charts
- Emoji

## Examples

[\_examples](./_examples/README.md) have a cli tool that shows how to use the package.

## License

[MIT](LICENSE) License