Library for creating text based graphs
Project description
TextGraph
Python library for generating simple text graphs.
Based on code by Rory McCann
Install
pip install textgraph
Usage
import textgraph
data = [12, 5, 2, 7]
print(textgraph.spark(data))
See more examples in examples.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
textgraph-2.0.0.tar.gz
(2.8 kB
view hashes)
Built Distribution
textgraph-2.0.0-py3-none-any.whl
(16.2 kB
view hashes)
Close
Hashes for textgraph-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96569bd45d02ffa77e658cc8450da2aae4577c2a40f0b26cbb4ea47c759fc23f |
|
MD5 | 90dbea21600be17c94468175a15c5bd5 |
|
BLAKE2b-256 | c6c1da7ea4bf7bda053ede81425b2945980424fe4906f064a8394cde67b8eead |