ManaConsole - Easy processing of your text
- 🎨 Rich Text Formatting - Simple markup syntax for colored text
- 🚀 Lightweight - Minimal performance overhead
- 🎭 Custom Styling - Support for custom color themes
- 📝 Flexible Output - Line control and formatting options
- ⚡ Easy Integration - Simple API with intuitive syntax
using ManaConsole;
// Simple colored output
Mana.Write("[lime]Hello[/] world [blue]with colors![/]", true);
// Multiple colors in single line
Mana.Write("[red]Error:[/] [yellow]Warning message[/] [green]resolved[/]");// Custom styling with background colors
Mana.Write("[white on blue] Information [/] [black on yellow] Warning [/]");
// Gradient-like effects
Mana.Write("[cyan]Welcome[/] [blue]to[/] [darkblue]ManaConsole![/]");
// Practical usage
Mana.Write("[green]✓ Operation completed successfully[/]");
Mana.Write("[red]✗ Error:[/] File not found", true);
Mana.Write("[yellow]⚠ Warning:[/] Low disk space", true);Example showing rich color formatting and structured output
ManaConsole - Make your console applications beautiful and professional with minimal effort! 🎨
