Download multiple files from your remarkable tablet at once.
Project description
remarkable-multidownload
Download multiple files from your reMarkable tablet and save them into a single ZIP archive. The CLI can be installed via pip and then run as remarkable_multidownload with options to choose the output file and an optional starting folder on the tablet.
Installation
- From source (local checkout):
- pip install -e .
- From PyPI:
- pip install remarkable-multidownload
Once installed, the console command remarkable_multidownload is available.
Usage
Basic usage (download everything into example.zip):
- remarkable_multidownload
Choose a custom output filename:
- remarkable_multidownload --output my_docs.zip
Start from a specific folder on the reMarkable (e.g., a collection called Notes/Project):
- remarkable_multidownload --path "Notes/Project"
Combine both:
- remarkable_multidownload -p "Notes/Project" -o project_notes.zip
The command shows a progress bar with the current filename while downloading. In non-interactive environments, the progress bar is automatically disabled.
How it works
- Connects to the reMarkable over USB at 10.11.99.1
- Recursively lists collections and documents
- Downloads each document as PDF and writes it to the ZIP, preserving folder paths
Troubleshooting
- Ensure your computer can reach the tablet at 10.11.99.1. On most systems this works when the tablet is connected via USB and unlocked.
- If you see network timeouts, try reconnecting the device and ensure it’s awake.
- If you need to narrow the scope, use
--pathto start from a specific collection.
Development
- Tests are in
tests/. They mock device calls and can run offline. - Main code is in
src/remarkable_multidownload/. - Console script is defined in
pyproject.toml.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file remarkable_multidownload-1.0.1.tar.gz.
File metadata
- Download URL: remarkable_multidownload-1.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db12029b0a4b98d0a8a12ce1dcf16d7923ab1912a78cdf388eda2920c4745693
|
|
| MD5 |
9a0fffd20f91c03f269f21d9eab86383
|
|
| BLAKE2b-256 |
40bb7a3d0cb4d878836661133632e054e1eb0c1aaae0f18fe9ffde09cae4f0d4
|
File details
Details for the file remarkable_multidownload-1.0.1-py3-none-any.whl.
File metadata
- Download URL: remarkable_multidownload-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b032b6e54ecc67de8703d2607bc13ee71bd7f523ff4e48b1c79286397cdbaf9e
|
|
| MD5 |
27c433ca28326a6d503ccf0224464cca
|
|
| BLAKE2b-256 |
e8c48442b5e2aff8a4be5ad4fd32a91561e8e95c15eda8bc2953b68f1f884444
|