mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2026-02-27 16:11:09 +00:00
36798312014b43e6d78c58b72ef937e1b79586ca
- Add theme id - WIP theme cache key - Force scheme (light/dark) for dynamic theme - でびるんちゃんかわいい
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.qrctoui/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
Languages
Python
100%