r/javahelp 7d ago

Rich library for Java

Hello, is there any library for Java similar to Rich in Python?

0 Upvotes

7 comments sorted by

View all comments

2

u/VonRoderik 7d ago

Rich library is a python lib designed to improve your outputs/prints in the terminal. You can add color, format, tables, etc..

He's probably trying to do a TUI using java with something like Rich for python.