文件名称:keyboardlayout:显示不同键盘的python库
文件大小:324KB
文件格式:ZIP
更新时间:2024-03-08 03:27:09
Python
键盘布局 用于显示不同键盘的python库。 与pygame或tkinter一起使用。 如果需要向用户显示图形,以显示特定的键盘布局或键盘的一部分,则这是适合您的库。 特征: 向用户显示键盘 键盘布局 qwerty azerty笔记本电脑 图形后端 pygame(使用精灵组) tkinter(使用框架和标签) 使用大小,颜色,键边距,填充,字体,位置等自定义键盘 使用update_key更新特定的密钥 按键时可以更新按键图像 变更日志 文献资料 例子 qwerty与颜色 qwerty azerty笔记本电脑 安装 确保您正在使用Python3 pip install keyboardlayout 样品 用法 tkinter的例子 import tkinter as tk import tkinter.font as tkf import keyboardlayout as kl
【文件预览】:
keyboardlayout-master
----.github()
--------FUNDING.yml(67B)
----keyboardlayout()
--------key.py(3KB)
--------tkinter()
--------layouts()
--------__init__.py(154B)
--------pygame()
--------version.py(22B)
--------common.py(7KB)
----sphinx()
--------conf.py(3KB)
--------index.rst(518B)
--------keyboardlayout.rst(876B)
----LICENSE(1KB)
----samples()
--------tkinter_pressed_keys.py(3KB)
--------tkinter_qwerty.py(1KB)
--------images()
--------pygame_pressed_keys.py(3KB)
--------pygame_qwerty.py(1KB)
----setup.py(2KB)
----README.md(3KB)
----Makefile(662B)
----docs()
--------_modules()
--------keyboardlayout.html(34KB)
--------index.html(5KB)
--------search.html(3KB)
--------.nojekyll(0B)
--------searchindex.js(3KB)
--------_sources()
--------.buildinfo(230B)
--------py-modindex.html(4KB)
--------genindex.html(12KB)
--------.doctrees()
--------objects.inv(654B)
--------_static()
----tests()
--------test_keyboardlayout.py(7KB)
----.gitignore(2KB)
----CHANGELOG.md(1KB)