Create ASCII line charts for displaying data in the terminal and browser console.
This library lets you quickly visualize data series as ASCII line charts directly in your terminal or browser console. You can generate charts by installing with `pip install asciichartpy` and then passing data to the `asciichart.plot()` function, which supports options like `offset`, `padding`, and `height` for customization. It's a dependency-free way to render simple graphs without a GUI.
Create ASCII line charts for displaying data in the terminal and browser console.
Developers needing quick, text-based data visualization for command-line tools, scripts, or debugging without a graphical interface should use this.