Python Forum
How to import in photos - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: How to import in photos (/thread-40725.html)



How to import in photos - CoderX - Sep-14-2023

I have a project coming up in my Physics class where we are currently learning the fundamentals of Python. We have learned nested statements, how to sanitize, loops, how to add sound, and a few other things, we have done this all on the Ipad version of Pythonista. Our final project will be a choose your adventure game using nested statements. For EC we can add in a few effects. So I’m wondering how to import a photo from my photo library to use as the background of my starting menu and the game itself. I’m also wondering how to add in a simple animation somewhere. I’m really new to coding so sorry if any of this doesn’t make sense/is in the wrong forum.


RE: How to import in photos - Larz60+ - Sep-14-2023

I'd suggest:
Image Processing With the Python Pillow Library
Also, explore the many image processing packages available on PyPi


RE: How to import in photos - deanhystad - Jan-17-2024

For Pythonista

https://omz-software.com/pythonista2/docs/ios/Image.html