An open API service indexing awesome lists of open source software.

https://github.com/willemere/manaconsole

Change the color of your text.
https://github.com/willemere/manaconsole

app beatiful console dll manaconsole

Last synced: 11 months ago
JSON representation

Change the color of your text.

Awesome Lists containing this project

README

          

# ManaConsole
A lightweight library for your application.
## A simple color change in your console application.
Using in your console application:
``` c#
Mana.Write("[lime]Hello[/] asdkwpqodk [blue]asdokwaod[/]", true);
```
Where:
- [lime] - is the start of your colored text.
- [/] - is the end of your colored text.
- true - go to the next line.

Conclusion:

![Conclusion](https://github.com/Willemere/ManaConsole/blob/main/value.png)