增加其他分辨率表情转换选项 (#987)

* Create requirements.txt

* Update README.md

* add: 增加其他尺寸表情选项
This commit is contained in:
香草味的纳西妲喵
2025-07-26 02:31:09 +08:00
committed by GitHub
parent df7cbdfcb6
commit def6301292
3 changed files with 22 additions and 7 deletions

View File

@@ -20,14 +20,26 @@
### 使用方法
安装Pillow
创建虚拟环境
```bash
pip install Pillow # 处理图像需要
# 创建 venv
python -m venv venv
# 激活环境
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
```
安装依赖
```bash
pip install -r requirements.txt
```
运行转换工具
```bash
# 激活环境
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
# 运行
python lvgl_tools_gui.py
```