Skip to content

Willemere/ManaConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManaConsole

ManaConsole - Easy processing of your text

✨ Features

  • 🎨 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

📖 Quick Start

Basic Usage

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[/]");

Advanced Examples

// 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);

📋 Output Example

Enhanced Console Output

Example showing rich color formatting and structured output


ManaConsole - Make your console applications beautiful and professional with minimal effort! 🎨

About

Change the color of your text.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages