I want to write a cross-platform wxPython app, and I'm wondering if there a single API to work with pen-tablets on different platforms? I'm only interested to get pressure value and ereaser flag - but I couldn't fined anything cross-platform for python.
UPD. so far, I found only windows-specific solution, what are the options for Mac OS and Linux?
If your target tablets are HIDs, which they probably are, you can use python-hid.