Skip to content
Advertisement

PYTHON: Extracting data from .xlsx using pandas ExcelWriter and outputting as text on image using PIL

1 / Data:

JavaScript

2 / Set-up (pandas):

JavaScript

3 / Formatting (e.g. for first row):

JavaScript

4 / Once accomplished, the data needs to be printed on an image. Set-up (PIL):

JavaScript

5 / Finished product:

"AAA", "1,230", "ccc"

^ This is an example of the output of row #1 (if successful), what am I missing here? How can I loop it? Thanks in advance!

Advertisement

Answer

JavaScript

Illustration of output:

Refer to question above

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement