Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 978 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 978 Bytes

beijing fushengji rewrite

北京浮生记重制版

Rewrite beijing fushengji using Qt.

Features:

  • all dialogs are reproduced.
  • support sounds.
  • Support Autosave.
  • Support both English and Simplified Chinese.

main main_en

Install package From PYPI

pip install beijing-fushengji

Run:

py -m beijing_fushengji

Run locally

  1. Clone repo
  2. install dependencies in m-r.txt
  3. run tools/compile_all.py
  4. Start app with entry.py

Design Forms

Run tools/design.py

Translation

Run tools/translate.py

Other considerations

On debian, you need to install some dependencies first. see debian_deps.sh.

On linux with fcitx, need to copy some libs for Linguist translator to support Chinese. see enable-pyside-fcitx.sh.