jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.32k stars 149 forks source link

Negative Integer and Float in Red and positive in Green #266

Open pannet1 opened 8 months ago

pannet1 commented 8 months ago

Wondering if it is possible for the table to be content aware, so integer and floats are automatically printed in certain color for certain datatypes.

to get started, string in blue color, postiive values in green and negative values in red.