All Projects → JamesZBL → keykee

JamesZBL / keykee

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

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
shell
77523 projects
Batchfile
5799 projects

Labels

Projects that are alternatives of or similar to keykee

iterm2-macos-dynamic-profile
🍎Fix iterm2 macos keys
Stars: ✭ 69 (+360%)
Mutual labels:  keyboard
keyswitch-kicad-library
Footprints for popular keyboard switches
Stars: ✭ 163 (+986.67%)
Mutual labels:  keyboard
react-keyview
React components to display the list, table, and grid, without scrolling, use the keyboard keys to navigate through the data
Stars: ✭ 16 (+6.67%)
Mutual labels:  keyboard
Arduino-Chunithm-Controller
使用 Arduino 制作的 Chunithm 控制器。
Stars: ✭ 29 (+93.33%)
Mutual labels:  keyboard
kiibohd-animation-generator
Node.js script for generating animations for kiibohd configurator import
Stars: ✭ 13 (-13.33%)
Mutual labels:  keyboard
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+93.33%)
Mutual labels:  keyboard
python-keylogger
Advanced Pure-Python Keylogger
Stars: ✭ 64 (+326.67%)
Mutual labels:  keyboard
ShortcutJS
Keyboard manager for javascript and typescript, made for humans 😎
Stars: ✭ 26 (+73.33%)
Mutual labels:  keyboard
dometyl-keyboard
A parametric generator for designing split, concave, ergonomic keyboards written in ocaml.
Stars: ✭ 84 (+460%)
Mutual labels:  keyboard
KeyLy
A powerfull and awesome Keylogger(Your keyboard and your mouse) realy helpfull for hackers! :-P (C/C++)
Stars: ✭ 17 (+13.33%)
Mutual labels:  keyboard
ng-virtual-keyboard
Virtual Keyboard for Angular applications
Stars: ✭ 25 (+66.67%)
Mutual labels:  keyboard
chromeos-key-remapper
IME / tooling for remapping key combos to other key combos on Chrome OS
Stars: ✭ 29 (+93.33%)
Mutual labels:  keyboard
telegram-keyboard
Simple and powerful reply and inline keyboard builder for Telegram Bots
Stars: ✭ 70 (+366.67%)
Mutual labels:  keyboard
kalamine
Keyboard Layout Maker
Stars: ✭ 47 (+213.33%)
Mutual labels:  keyboard
OttoKeyboardView
自定义键盘,支持数字、小数点、身份证、十六进制键盘、随机布局的安全数字键盘
Stars: ✭ 62 (+313.33%)
Mutual labels:  keyboard
keyboard recording trojan
一个可以记录键盘输入并发送到指定邮箱的简单木马。
Stars: ✭ 63 (+320%)
Mutual labels:  keyboard
lumberjack-keyboard
5x12 ortholinear through-hole component keyboard PCB for standard 60% cases
Stars: ✭ 231 (+1440%)
Mutual labels:  keyboard
Medusa
Ble 5x7 Ortholinear Keyboard
Stars: ✭ 28 (+86.67%)
Mutual labels:  keyboard
ucollage
An extensible command line image viewer inspired by vim
Stars: ✭ 161 (+973.33%)
Mutual labels:  keyboard
FN-key-lock
A Script/Program to simulate hardware F key lock on F1-F12 keys with custom controls and visible lock notifications.
Stars: ✭ 25 (+66.67%)
Mutual labels:  keyboard

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].