Skip to content

MightyTea/BetterConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BetterConsole


>BetterConsole is a C# library to make beautiful console designs easily.
>Inspired by pyfade and Colorful.Console, >
>Developped by https://github.com/MightyTea

BetterConsole icon

How to Get It

  • Download [BetterConsole] from NuGet.
  • Perform a Git clone

git clone https://github.com/MightyTea/BetterConsole.git

Features

  • .NET Frameworks compatibility ✔️ It's fixed!
  • Animations ✔️
  • Rainbow Colors ✔️
  • Colorate text ✔️
  • Gradients ✔️
  • Writing effects ✔️
  • System.Console utilities ✔️

Colorate text

Colorate text easily.


BConsole.WriteLine("Hello World!", Color.Blue);

Color.Blue = color
text = text to be colored



Colorate text with gradients

Make a gradient effect.


BConsole.WriteGradientLine("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", Color.White, Color.Black);

👤 Author

👤 GitHub: @MightyTea

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

❤ Show your support

Give a ⭐️ if this project helped you!


About

A C# Library that replace the System.Console and let you make beautiful Consoles with gradients and many other utilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages