WideConsole
:chart_with_upwards_trend: WideConsole is a simple program for plotting graphs, charts and outputting text to the terminal console
Install / Use
/learn @SergioStopkin/WideConsoleREADME
<p align="center">
<br><br><br>
<a href="https://github.com/SergioStopkin/WideConsole">
<img src="./doc/img/img-logo.svg"></img>
</a>
<br><br><br>
</p>
<p align="center">
<a href="https://github.com/sergiostopkin/wideconsole/actions/workflows/actions-develop.yml" style="text-decoration: none">
<img src="https://img.shields.io/github/actions/workflow/status/sergiostopkin/wideconsole/actions-develop.yml?style=flat-square&label=develop" style="text-decoration: none"/>
</a>
<a href="https://github.com/sergiostopkin/wideconsole/blob/release/COPYING" style="text-decoration: none">
<img src="https://img.shields.io/github/license/sergiostopkin/wideconsole?style=flat-square" style="text-decoration: none"/>
</a>
<a href="https://github.com/SergioStopkin/WideConsole/archive/develop.zip" style="text-decoration: none">
<img src="https://img.shields.io/github/repo-size/sergiostopkin/wideconsole?style=flat-square&label=download" style="text-decoration: none"/>
</a>
</p>
<h1 align="center">WideConsole</h1>
<p align="center">
WideConsole is a simple program for plotting graphs, charts and outputting text to the terminal console.
</p>

Standard
C++ 20
Platforms
<img height=42 src="./doc/img/logo-tux.svg"> <img height=42 src="./doc/img/logo-apple.svg"> <img height=34 src="./doc/img/logo-windows.svg">
Linux macOS Windows
Getting started
For using charts, graphs and texts, include header files respectively:
#include "wideconsole/chart.h"
#include "wideconsole/graph.h"
#include "wideconsole/text.h"
The project uses WideConsole namespace.
Create objects:
WideConsole::Chart chart;
WideConsole::Graph graph;
WideConsole::Text text;
Usage details
See the example in the file main.cpp.
See the INTERFACE.md file for more details.
Authors
Sergio Stopkin - sergiistopkin@gmail.com - GitHub
License
<img src="./doc/img/logo-gplv3.svg" height=80></img>
GNU General Public License version 3 or any later version. See the COPYING file for details.
