Import photos from portable device (iPhone, Android) using Python and Windows auto play handler

1k views Asked by At

My python application need to import photos from iPhone/Android and copy it to local hard disk. This is Windows application and need to use Windows auto play handler and COM. I have seen some example that implement it using c# language (link is here) but I don't know how to do this using Python.

Further Googling tells python has comtypes library to use COM on windows platform but I do not find any detail documentation on how to get it done.

0

There are 0 answers