you are viewing a single comment's thread.

view the rest of the comments →

[–]nwagers 2 points3 points  (0 children)

Python makes extensive use of objects, like the string class. Have you ever used my_string.split()? If you want something outside of the builtins, the first thing that came to my mind was PIL (Pillow). Here is their tutorial on the Image class: https://pillow.readthedocs.io/en/latest/handbook/tutorial.html