kroitor / asciichart

Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
MIT License
1.83k stars 94 forks source link

Description at pypi.org is wrong #42

Open blmayer opened 4 years ago

blmayer commented 4 years ago

Hello,

The package usage in pypi is written using node, not python.

R3nzoku commented 4 years ago

I would also appreciate description for usage in Python. Thank you.

Zitrax commented 2 years ago

A related confusing issue is that the pip package you need is asciichartpy not asciichart. Both these packages seem to exist, but the second one seem to be just empty.

kroitor commented 2 years ago

@Zitrax yes, this package is originally written in JS, and ported to Python later, and at that time the asciichart name in JS was available, while the asciichart in Python was occupied, so I had to call it asciichartpy in Python.

svenjr commented 2 years ago

Was a python example ever written up?

kroitor commented 2 years ago

@svenjr here: https://github.com/ccxt/ccxt/blob/master/examples/py/basic-chart.py