Input Visualizer
Visualize keyboard and mouse button presses
Visualize keyboard and mouse button presses
A simple tool to visualize input events like keyboard presses or mouse clicking and scrolling. Use it to create tutorial videos or to demonstrate a bug you encountered!
Demo:
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-input-visualizer
via pip:
pip install napari-input-visualizer
To install latest development version :
pip install git+https://github.com/bauerdavid/napari-input-visualizer.git
Contributing
Contributions are very welcome.
License
Distributed under the terms of the BSD-3 license, "napari-input-visualizer" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 0.0.1
Last updated:
- 2022-10-10
First released:
- 2022-10-10
License:
- BSD-3-Clause
Operating system:
- Information not submitted
Requirements:
- numpy
- magicgui
- qtpy
- napari
- imageio-ffmpeg
- tox ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-qt ; extra == 'testing'
- napari ; extra == 'testing'
- pyqt5 ; extra == 'testing'