2024-06-20 00:04:46 +08:00
2024-06-19 22:20:31 +08:00
2023-07-07 01:41:19 +08:00
2023-10-12 17:05:04 +08:00
2023-10-29 00:12:01 +08:00
2023-10-25 18:58:13 +08:00
2023-09-27 18:14:41 +08:00
2023-11-01 20:00:16 +08:00
2024-06-20 00:04:46 +08:00
2024-03-23 18:21:48 +08:00
2023-10-23 13:28:42 +08:00
2024-06-20 00:03:19 +08:00

Arcaea Offline PySide UI

GUI for both 283375/arcaea-offline and ArcaeaOffline/core-ocr.

Prerequisites

  • Install requirements
  • Release translation files from ui/resources/lang/*.ts
  • Run prebuild.py
  • Compile ui/resources/resources.qrc to ui/resources/resources_rc.py

You can refer to the GitHub Actions file for a rough reference.

pip install -r ./requirements.txt
pyside6-lrelease ./ui/resources/lang/en_US.ts ./ui/resources/lang/zh_CN.ts
python prebuild.py
pyside6-rcc ./ui/resources/resources.qrc -o ./ui/resources/resources_rc.py

Sometimes you have to install the latest, unpublished version of arcaea-offline and arcaea-offline-ocr.

pip uninstall -y arcaea-offline arcaea-offline-ocr
pip install git+https://github.com/283375/arcaea-offline
pip install git+https://github.com/ArcaeaOffline/core-ocr
Description
No description provided
Readme GPL-3.0 1.1 MiB
Languages
Python 100%