i want to create an image (for example .png) of a table with 2 columns and 10 rows. I also define upper and lower limits – if the value in the specific cell is within the limits, the cell or text in cell should be green, otherwise red.
I had a solution using dataframe_image, but was not able to get my code running after creating an exe with pyinstaller. So now im looking for alternatives to dataframe_image
I found some possible approaches using matplotlib/pyplot, but they seem to be so complicated, i cant believe there is not an easy solution to this.