moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.73k stars 243 forks source link

Can this be used in Micropython? #590

Open denduednue opened 4 months ago

denduednue commented 4 months ago

Can this package be used in micropython?

willwade commented 2 months ago

You mean on what embedded device? My guess is no. It's got a lot of c calls to os specific stuff

moses-palmer commented 2 months ago

@denduednue, I have never tested it with MicroPython, but I would appreciate your feedback if you performed any tests.

denduednue commented 2 months ago

Ok thanks I’ll will run a few tests on a py pico.

moses-palmer commented 1 month ago

@denduednue, did you manage to get it to work? I guess the main issue would be dependencies, as this library is pure Python.

denduednue commented 1 month ago

I haven’t tried yet but I plan to do testing within this week.