Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation







WConsole

WConsole is a simple program for building graphs, charts and text output to the console.

Standard

C++ 14

Platforms

                

Linux      macOS      Windows

Getting started

For using charts, graphs and texts, include header files respectively:

#include "wconsole/chart.h"
#include "wconsole/graph.h"
#include "wconsole/text.h"

The project uses WConsole namespace.

Create objects:

WConsole::Chart chart;
WConsole::Graph graph;
WConsole::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

GNU General Public License version 3 or any later version. See the COPYING file for details.

About

📈 WConsole is a simple program for building graphs, charts and text output to the console

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages