An open API service indexing awesome lists of open source software.

https://github.com/jenskutilek/pythonmactabletlib

Python bindings to access tablet input.
https://github.com/jenskutilek/pythonmactabletlib

c macos python tablet

Last synced: 3 months ago
JSON representation

Python bindings to access tablet input.

Awesome Lists containing this project

README

          

==================
PythonMacTabletLib
==================

About
-----

A small Python library to allow Python scripts to access pen tablet input data in Mac OS X.

The library exists as plain C code compiled as a dynamic library/shared object. It interfaces with the Mac OS X's API to get data on pen tablet input.

Then, Python scripts can use ctypes to get the data.

License
-------

PythonMacTabletLib is released under the MIT license.