markeganfuller / pytextgraph

Python library for generating text graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextGraph

Python library for generating simple text graphs.

Based on code by Rory McCann

asciicast

Install

pip install textgraph

Usage

import textgraph

data = [12, 5, 2, 7]

print(textgraph.spark(data))

See more examples in examples.py

About

Python library for generating text graphs.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%