A library that helps you to print colored and styled text in the Java console 🖌🖌🖌️
Go to file
Anas Elgarhy 139f951ebf Fix thr sample code 2022-03-25 01:57:26 +02:00
.idea Add git tool box config 2022-03-24 19:34:45 +02:00
src/main/java/com/anas/jcolorfulconsole Add more code :)) 2022-03-25 01:34:41 +02:00
.gitignore Add git ignore file 2022-03-25 01:34:15 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-03-25 01:45:55 +02:00
LICENSE Create LICENSE 2022-03-25 01:46:31 +02:00
README.md Fix thr sample code 2022-03-25 01:57:26 +02:00
pom.xml Set version 2022-03-25 01:35:41 +02:00

README.md

JColorfulConsole

JColorfulConsole is a console color library.

Features:

  • Support text color.
  • Support background color.
  • Support text style.

Usage:

    ConsoleManager manager = new DefaultConsoleManager(); // Create a new console manager
    manager.setTextColor(TextColor.LIGHT_RED); // Set text color
    manager.setBackgroundColor(BackgroundColor.DARK_BLUE); // Set background color
   
   manager.println("Hello World!"); // Print text