Metadata-Version: 2.1
Name: mtp
Version: 1.3.0
Summary: Functions to access files on an MTP device (smartphone, etc.) under Windows and Linux.
Home-page: https://github.com/heribert17/mtp
Author: Heribert Füchtenhans
Author-email: heribert.fuechtenhans@yahoo.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Linux :: Mint
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: comtypes>=1.4.10


Functions to access files on an MTP device (smartphone, etc.) under Windows and Linux.
Only some directory and file access and functions are implemented. For example:

✔️ Get all MTP devices
✔️ Scan directories
✔️ Create/delete directories
✔️ Read/Write/delete files

👀 Check out the documentation in the docs folder


## Installation

```python
python -m pip install mtp
