Skip to content

Documentation

This site contains the project documentation for the win_mtp project that is a module to access the filesystem of MTP devices like Smartphones under Windows.

Table Of Contents

  1. Access API
  2. Dialog API

Quickly find what you're looking for depending on your use case by looking at the different pages. For examples look at the modules under the tests directory.

Project Overview

Access MPT devices like Smartphones under Windows. Some file access methods like reading/writing files, listing directories and creating/deleting directories are implemented.

Modules needed by this package:

  • comtypes

Operating systems:

  • Windows 10 and above
  • If you look for Linux/Mac modules python-mtp might be the right module for you.

Implemented modules:

  • 'access': Provide several methods to access the file system on MTP devices.
  • 'dialog': Provides a class to get a directory selection dialog for MTP devices.

Acknowledgements

I want to thank Kaspar Nagus for his work on: https://github.com/KasparNagu/PortableDevices This was the base for my own modules