Metadata-Version: 2.1
Name: ScreenPinKit
Version: 0.5
Summary: A mini screenshot and annotation tool that incorporates ideas from Snipaste, Excalidraw, ShareX, and others.
Home-page: https://github.com/YaoXuanZhi/ScreenPinKit
Author: YaoXuanZhi
Author-email: yaoxuanzhi@outlook.com
License: GPLv3
Project-URL: Documentation, https://github.com/YaoXuanZhi/ScreenPinKit/wiki
Project-URL: Source Code, https://github.com/YaoXuanZhi/ScreenPinKit
Project-URL: Bug Tracker, https://github.com/YaoXuanZhi/ScreenPinKit/issues
Keywords: pyqt ScreenPinKit screenshot screen-paint
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PyQt5 >=5.15.0
Requires-Dist: scipy
Requires-Dist: pillow <=9.4.0
Requires-Dist: PyQt-Fluent-Widgets
Requires-Dist: system-hotkey

## 前言

## 安装依赖
```shell
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
```

## 运行
```python
cd src
python main.py
```

## TodoList
 - ☐ system_hotkey在python3.10下会抛异常，由于该库最近维护时间已经是三年前，需要针对它做高版本的兼容性处理
 - ☐ 更快的离线OCR识别支持
 - ☐ 完善OCR识别层的UI显示
