▲ 0 r/learnpython
Manipulating a CSV file and making it into a JPG
I have a CSV file and I want to, using a python script, add colour & change font to bold in certain cells under certain conditions, then export as a JPG.
Example of some of the general thing I want to do is:
- If value above x ammount in cell B3 then background colour green.
- If cell A2 contains the word 'Win' then make bold.
- All row 1 font size set to 14. All other cells 10.
That sort of thing.
Is this possible using Python? I'm guessing it is. If so how?
Many thanks for the help.
u/Entropy1024 — 6 days ago