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.
- Host: GitHub
- URL: https://github.com/willemere/manaconsole
- Owner: Willemere
- Created: 2025-07-27T16:51:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T17:04:20.000Z (11 months ago)
- Last Synced: 2025-07-27T19:19:02.912Z (11 months ago)
- Topics: app, beatiful, console, dll, manaconsole
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
