Top 20 NuGet Packages
A library to enable simple multi-pane console applications
ConsoleEssentials is a lightweight utility which handles most of the tedious tasks when making a console application.
A Collection of Extension Methods for the Console.
Example Usage of ConsoleExtensions
Simple sprite game lib for the console.
A simple grid viewer for console applications.
Ascii displays any image in console, with full colors. Increase number of console columns for better resolution.
Logger to print input text in console window
Console enhancements for prettier console rendering
This small collection of code snippets add the following features to console application.
Console_Stuff
Read_BoundedValue(Of T)( ICollection(Of T)
- Enables an easy way of selecting an element from a collection in a console application.
- Read_Decimal
--> Allow the user to type in a Decimal V...
Console Shell for .Net
A libray of Console UI elements a la DOS legacy apps.
ConsoleUtilities is a simple set of tools for creating console navigation, tables and terminals.
Simple, versatile, universal abstractions for the console, and bringing performance improvements to the table by minimizing as many console calls as possible.
Library for helping processing usual console apps commands as help, about, etc..., through files accessed in your console app.
The console command handler was an idea i had to help me build more intuative console apps I have done this buy build and extendable console handler that will listen for and execute commands supplied in groups to the handler using my academic style project ObjectForest you can nest levels of command...
The console command handler was an idea i had to help me build more intuative console apps I have done this buy build and extendable console handler that will listen for and execute commands supplied in groups to the handler using my academic style project ObjectForest you can nest levels of command...
The console command handler was an idea i had to help me build more intuative console apps I have done this buy build and extendable console handler that will listen for and execute commands supplied in groups to the handler using my academic style project ObjectForest you can nest levels of command...
Simple menu creator for console apps
1. ConsoleDemo.DemoRunner.Run(); - add inside Main().
2. Mark any public method with [Run(...)] attribute (sort of new entrypoint).
3. Start the app.