`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
  - import a PDF document

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

  - multi-page notebooks and PDF files
  - the following drawing tools

      - ballpoint (no brush supported yet)
      - fineliner
      - sharp pencil with pencil brush
      - highlighter
      - eraser

- `remt` project can be used as a library for UI applications

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
- https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html

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
