Console Addition Library is expands your capabilities in writing beautiful console commands with clear, concise and easily manageable code.
ConsoleLogs class contains methods that allow you to:
- Output messages of a certain color to the console.
- Output messages character by character at the specified speed.
ConsoleInput class contains methods that allow you to:
- Get the necessary data from the user (string, int, double or bool) with incorrect input processing. By default, the methods of this class will require the user to enter the correct input until he does so.
ConsoleMenu class allows you to create simple menus with the ability to navigate with arrows or W/S.
These methods are designed so that you can combine different functions to achieve the desired result.