Skip to content

这是一个记录键盘的使用情况的软件,精确统计每个按键,按键24小时统计,按键频次趋势分析

License

Notifications You must be signed in to change notification settings

JamesZBL/keykee

Repository files navigation

keykee

这是一个记录键盘的使用情况的软件,目前它长这个样子

技术

  • Flask
  • SQLite
  • React
  • Ant Design

构建与安装

首先请确保你的电脑上已安装最新版的 node 和 npm,对客户端代码的构建需要用到它们

1.克隆代码仓库到本地

$ git clone https://gitee.com/zbl1996/keykee.git && cd keykee

2.安装依赖

$ pip install -r requirements.txt
$ cd ui && npm install

3.构建项目

$ pip install pyinstaller
$ cd ..
$ ./buildapp

4.安装运行

$ cd dist
$ sudo ./install

5.查看统计

在浏览器中访问 http://localhost:7999

贡献

如果你有更好的想法,欢迎贡献 pull request,GUI 亟待美化

如果你在使用中遇到了问题,请提交 issue 并附上相关 log

目前安装脚本只有 shell 版,欢迎贡献其它平台安装脚本

更多技术文章请关注摆码王子的小屋: https://b.letec.top

About

这是一个记录键盘的使用情况的软件,精确统计每个按键,按键24小时统计,按键频次趋势分析

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published