Closed xleonplayz closed 2 days ago
This class uses ANSI escape codes to provide color-coded text outputs:
\033[1;34m
\033[1;32m
\033[1;33m
\033[1;36m
\033[0;37m
The interface uses banners and color codes for a professional and clear command-line presentation, enhancing readability and user experience.
____ __ __ _ | _ \ | \/ | | | | | | || |\/| | | | | |_| || | | | | |___ |____/ |_| |_| |_____| LLY-DML - Part of the LILY Project - Version 1.6 Beta - info@lilyqml.de - lilyqml.de Choose an option: 1. Training - Train a new Model 2. Test - Test an existing Model 3. Create Report - Create a Report 4. Exit
Color Codes
This class uses ANSI escape codes to provide color-coded text outputs:
\033[1;34m
): Command prompt display.\033[1;32m
): Information display (project version and contact).\033[1;33m
): Menu titles and dividers.\033[1;36m
): Menu item numbers.\033[0;37m
): Menu item descriptions.Sample Display
The interface uses banners and color codes for a professional and clear command-line presentation, enhancing readability and user experience.