Skip to content
NewLife1324 edited this page Dec 11, 2020 · 1 revision

About Modules

ColorModule - ModuleProvides color output capabilities.

LoggerModule - ModuleProvides the ability to display information in an orderly manner on the screen.

StringUtilModule - UtilModuleModule with additional options for processing and converting strings.

ExceptModule - An additional module for working with errors during the execution of your code .

CustomShellModule - CustomShellModule is a module that automates user input and output, creates the rightdevelopment environment, and provides the right API .

TableBuildModule - for working with tables, displaying them on the screen and arranging them inside the table itself .

UtilsModule - List of various other functions and add-ons that are not included in the above modules.

FileModule - Wrapper module for simplified file management .

FilelogModule - Add-on for working with logs .

DatabaseManageModule - A specialized class for working with databases and data inside them. It allows you to simplify working with them as much as possible, but due tosize of the original API, it does not allow you to implement absolutely all functions, so this class also provides access to direct database management .

RandomModule - A module that provides a redesigned API for working with pseudo-random numbers.

Hello world!

Clone this wiki locally