我想得到windows 10设备规格笔和触摸属性与python
我试着用两种方式:1.命令行中的systeminfo
wwtsj6pe1#
你可以使用pyglet模块来获得所有设备连接到你的pc/笔记本电脑首先安装pyglet pip install pyglet代码
pip install pyglet
import pyglet devices = pyglet.input.get_devices() print(devices)
参考问题herepyglet docs
1条答案
按热度按时间wwtsj6pe1#
你可以使用pyglet模块来获得所有设备连接到你的pc/笔记本电脑
首先安装pyglet
pip install pyglet
代码
参考问题here
pyglet docs