Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Image Slider to compare to images
-
Hi,
i am looking for a script to compare to PIL Image like show in this module.
If i try to install it with StaSh i get a mypy error.
Can someone tell me how i can get this function?
BR kami
-
Mypy errors can be safely ignored. Mypy is about type hints. Type hints do not have an effect on runtime behavior.
The Python runtime does not enforce function and variable type annotations. -- https://docs.python.org/3/library/typing.html