程序员最近都爱上了这个网站  程序员们快来瞅瞅吧!  it98k网:it98k.com

本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

暂无数据

使用 Python 创建虚拟键盘 [关闭]

发布于2023-05-29 23:58     阅读(692)     评论(0)     点赞(27)     收藏(2)


Is it possible to create a virtual keyboard using Python?

I want to create a keyboard that is displayed on screen. The keyboard should not be clickable. The user should only be able to type using the physical keyboard. However, when the user clicks a character using the physical keyboard, that character should light up on the virtual keyboard.

I am creating my own program using tkinter and I am wondering if there is a function inside this module that can be used to create this virtual keyboard.

I know that it is possible to create this keyboard using tkinter by manually creating the key for each character. However, I want to find a module that automatically creates the entire keyboard for me. I have found multiple different modules which allow me to automatically create a keyboard, such as PyQt5. However, these modules do not allow me to show the user which key was pressed on the virtual keyboard.

如果没有模块来创建这个,我怎么能自己创建模块呢?


解决方案


暂无回答



所属网站分类: 技术文章 > 问答

作者:黑洞官方问答小能手

链接:https://www.pythonheidong.com/blog/article/1983586/c2403efb420f28044096/

来源:python黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

27 0
收藏该文
已收藏

评论内容:(最多支持255个字符)