Python Forum

Full Version: How to import in photos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I'd suggest:
Image Processing With the Python Pillow Library
Also, explore the many image processing packages available on PyPi