DyberPet is a PySide6-based Desktop Cyber Pet Framework, providing an App for all desktop pet creators
English | 简体中文
The project is at the very early stage, and mostly maintained in Chinese. Please leave an issue here if you have any suggestion, question, or trouble using it.
🆕 08-22-2024: v0.5.7 App has been packaged and submit to Release. Any of your feedback is more than welcomed!
🆕 04-06-2024: v0.3.7 has been adapted to PySide6-Fluent-Widgets v1.5.4, Please update PySide6-Fluent-Widgets with pip to run DyberPet.
🆕 Language changer is released now, supporting English and Simplified Chinese.
⭐ Please STAR if you like it and want to get the update!
Download the latest Release,double-click run_DyberPet.exe
, that's it!
Create a new conda environment
conda create --name Dyber_pyside python=3.9.18
conda activate Dyber_pyside
conda install -c conda-forge apscheduler
conda install -c conda-forge pynput
pip install PySide6-Fluent-Widgets==1.5.4 -i https://pypi.org/simple/
pip install pyside6==6.5.2
pip install tendo
Download the repository,then run run_DyberPet.py
.
Create a new conda environment
conda create --name Dyber_pyside python=3.9.18
conda activate Dyber_pyside
conda install -c conda-forge apscheduler
pip install pynput==1.7.6
pip install PySide6-Fluent-Widgets==1.5.4 -i https://pypi.org/simple/
pip install pyside6==6.5.2
pip install tendo
Download the repository,then run run_DyberPet.py
.
(Under construction)
(English version under construction)
- Pictures in the Demo partially come from daywa1kr
- Animation module reference: yanji255
- Dragging and falling reference: WolfChen1996