BetterConsoleSharp 1.0.0
Doesn't work outside the Visual Studio's debugger console (fixed in 1.1 version)
See the version list below for details.
dotnet add package BetterConsoleSharp --version 1.0.0
NuGet\Install-Package BetterConsoleSharp -Version 1.0.0
<PackageReference Include="BetterConsoleSharp" Version="1.0.0" />
paket add BetterConsoleSharp --version 1.0.0
#r "nuget: BetterConsoleSharp, 1.0.0"
// Install BetterConsoleSharp as a Cake Addin #addin nuget:?package=BetterConsoleSharp&version=1.0.0 // Install BetterConsoleSharp as a Cake Tool #tool nuget:?package=BetterConsoleSharp&version=1.0.0
<h1 align="center">BetterConsole</h1> <br>
BetterConsole is a C# library to make beautiful console designs easily.<br> Inspired by pyfade and Colorful.Console, <br> Developped by @MightyTea<br>
<img src="https://media.discordapp.net/attachments/850275514753220658/991606094063489096/VsDebugConsole_yKHqgIuSm3.png"/>
How to Get It
- Download [
BetterConsole
] from NuGet. - Perform a Git clone
Features
- Colorate text ✔️
- Gradients ✔️
- Writing effects ✔️
- System.Console utilities ✔️
<br>
Colorate text
<img src="https://cdn.discordapp.com/attachments/882652381731504182/890179524451512330/unknown.png"> <p><i><strong>Colorate text easily.</strong></i></p> <br>
BConsole.ColorWrite("Hello World!", Color.Blue);
<br>
Color.Blue
= color<br>
text
= text to be colored<br>
<br>
<br>
Colorate text with gradients
<img src="https://media.discordapp.net/attachments/850275514753220658/991610829059407922/VsDebugConsole_ciak3jXRTx.png"> <p><i><strong>Make a gradient effect.</strong></i></p> <br>
BConsole.WriteGradientLine("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", Color.White, Color.Black);
<br>
👤 Author
👤 GitHub: @MightyTea<br>
🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check issues page.
❤ Show your support
Give a ⭐️ if this project helped you!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.