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.
- Host: GitHub
- URL: https://github.com/jenskutilek/pythonmactabletlib
- Owner: jenskutilek
- License: mit
- Created: 2015-03-16T16:42:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T16:43:35.000Z (over 11 years ago)
- Last Synced: 2025-03-12T08:18:41.824Z (over 1 year ago)
- Topics: c, macos, python, tablet
- Language: C
- Homepage: https://bitbucket.org/AnomalousUnderdog/pythonmactabletlib
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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.