Metadata-Version: 2.1
Name: remarkable-sim
Version: 1.0.4
Summary: evdev/framebuffer simulation for reMarkable desktop development
Home-page: https://github.com/evidlo/remarkable_sim
Author: Evan Widloski
Author-email: evan@evanw.org
License: GPLv3
Keywords: remarkable evdev sim simulator simulation tablet
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# remarkable_sim

![](screenshot.png)

## Install

Tkinter is a dependency. (`python3-tk` in Debian/Ubuntu)

    pip install remarkable-sim

## Usage

    resim

`resim` will create 3 FIFOs at `event0`, `event1`, and `event2` in the current directory and will attempt to read from `fb.pgm` 10 times per second.  The application under test should write to this framebuffer file and read evdev events from the FIFOs.



