https://github.com/lc044/traceboard
统计最常用的键盘按键
https://github.com/lc044/traceboard
Last synced: 5 months ago
JSON representation
统计最常用的键盘按键
- Host: GitHub
- URL: https://github.com/lc044/traceboard
- Owner: LC044
- License: mit
- Created: 2024-11-13T15:15:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T18:10:05.000Z (over 1 year ago)
- Last Synced: 2025-01-19T14:39:14.316Z (over 1 year ago)
- Language: HTML
- Size: 262 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TraceBoard——一个统计键盘使用情况的小工具
## 现有功能
* 可视化键盘按键使用情况

## 待开发功能
* 常用按键情况
* 时间统计分析
## 使用
Windows用户可以直接[点击下载](https://github.com/LC044/TraceBoard/releases)exe可执行文件,直接双击就能运行。其他系统用户可以自行编译(运行)源码。
### 安装依赖
```bash
pip install -r requirements.txt
```
### 运行main.py
```bash
python main.py
```
## 感谢
[键盘UI](https://yanyunfeng.com/article/41)