`remt` - reMarkable tablet tools.

Features
========
`remt` project features are

- reMarkable tablet operations

  - list files and directories
  - create directories
  - export a notebook as PDF file
  - export an annotated PDF document

- significantly smaller PDF files comparing to the ones exported by the
  reMarkable tablet
- export supports

  - ballpoint
  - fineliner
  - sharp pencil with pencil brush
  - highlighter
  - eraser

What does not work yet

- marker
- tilt pencil
- brush
- make pencil brush more like the one on reMarkable tablet
- make ballpoint brush more like the one on reMarkable tablet

Installation
============

Create configuration file `~/.config/remt.ini` with contents::

    [connection]
    host=10.11.99.1
    user=root
    password=<your reMarkable tablet password>

Install `remt` project with `pip`, i.e.:

    $ pip install --user remt

Acknowledgements
================
Kudos to

- https://github.com/phil777/maxio
- https://github.com/reHackable/maxio
- https://github.com/reHackable/scripts

Disclaimer
==========
This project is *not* an official project of the reMarkable company.

License
=======
The `remt` project is licensed under terms of GPL license, version 3, see
COPYING file for details. As stated in the license, there is no warranty,
so any usage is on your own risk.

.. image:: examples/rm.png
