-
-
gumbyman
Hi. Does anyone know a good way to display photos or video from the iPad Photo app in Pythonista? I have created a folder in Photos but am unsure how to point to it using the Image module. Alternatively, is there a way of storing JPEG’s etc. within Pythonista? It would also be nice to play some sound files. Does anyone have any ideas regarding either of these? Thanks.
-
gumbyman
Is it possible to use pythonista with python 3.6? I’m trying to use it with ‘Learn python 3 the hard way’ but it doesn’t work on the new format commands such as
print( f" Here's your file {filename}:")
It also struggles with argv commands saying there are not enough arguments. Has anyone used it successfully with python 3.6 or is there an update somewhere that I’m missing?