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
- Host: GitHub
- URL: https://github.com/daoleno/tgraph
- Owner: daoleno
- License: mit
- Created: 2020-06-02T05:40:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T01:29:14.000Z (about 6 years ago)
- Last Synced: 2024-06-19T10:15:34.349Z (about 2 years ago)
- Topics: go, graphics, terminal
- Language: Go
- Homepage:
- Size: 254 KB
- Stars: 52
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tgraph
[](https://pkg.go.dev/mod/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