Files
Ethan Riley bdeb9ebc46 docs(README): fix typo
Unfortunately, Python 10 was not found.
2025-05-21 12:03:03 -04:00

38 lines
630 B
Markdown

# AimeWeb
Segatools 读卡器前端,用来在没有读卡器的时候可以选择刷不同的卡的工具
<img src="image.png" width="50%">
# 装
需要安装 Python > 3.10
```
git clone https://github.com/MaigoLabs/AimeWeb
cd AimeWeb
pip install -r requirements.txt
```
# 配
编辑 `src/main.py` 文件
```py
AIME_PATH = "aime.txt" # segatools aimePath
KEY = 0x0D # segatools card scan key
PORT = 8249 # HTTP Port
```
# 跑
```
python src/main.py
```
# 用
浏览器打开 `https://{LAN ip}:8249`
(注意是 httpS 不是 http!!! 这是因为只有 https 才能使用 WebNFC)