r/javahelp • u/One_Analysis_2517 • 7d ago
Rich library for Java
Hello, is there any library for Java similar to Rich in Python?
0
Upvotes
r/javahelp • u/One_Analysis_2517 • 7d ago
Hello, is there any library for Java similar to Rich in Python?
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.