Hi to all!
I am new to pythonista and to Python as well. Looking at the latest pythonista version, I saw that there is a photo module. Hence, I was thinking about writing a small script to speed up my workflow: the idea would be to take a screenshot or photo (manually) and then launch a script that would:
- select the last photo in the camera roll (the screenshot)
- attach it to en email allowing me to choose the email address each time (I already know this is doable)
- delete the picture/screenshot from the camera roll.
Would it be possible?
Thanks!