-
Notifications
You must be signed in to change notification settings - Fork 19
FAQ
How to fix "import tkinter as tk ModuleNotFoundError"?
This package should be installed together with python3, if the error import tkinter as tk ModuleNotFoundError: No module named 'tkinter'
is shown install this package with sudo apt-get install python python3-tk
How to fix "ImportError: cannot import name ImageTk from PIL"?
Execute apt-get install python3-pil.imagetk
Why look annotations different?
RemaPy uses a custom rendering engine for annotations. Implementing this really nice rendering as it's done by the reMarkable tablet and the official clients is lots of work and therefore I only implemented some basics (pen width, tilt, and pressure is somehow considered). Feel free to improve the renderer (models/render.py
)
as its not on my roadmap.
An uploaded webpage shows only "terms of use".
This is currently a restriction and until now I had not really a good idea
how I can generally overcome this problem: How to convert the webpage to
a pdf after the terms of use is accepted by RemaPy. I set some cookies
to true that is often used by webpages (see file_explorer.py
) but I can not
ensure to find all possible cookies that must be set... Feel free to write an issue
if you have trouble with a webpage.
How can I upload a document?
Simply copy the file in your explorer and paste it in RemaPy. If you
paste a URL instead of a file, the webpage will be downloaded, converted
to pdf and uploaded onto your tablet in one step :)
WARNING: This project is not affiliated to, nor endorsed by, reMarkable AS. I am not responsible for any damage done to your device or your data due to the use of this software.