Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 488 Bytes

JI-Live-Danmu-Client

Usage:

  1. Set secret key in Danmu/config.py
vim Danmu/config.py
  1. Run Live Danmu(Optional:Set server url)
LiteDanmu.py [-h] [-serverurl SERVERURL] [-sk SecretKey]

Build:

  1. Install pyinstaller
pip install pyinstaller
  1. Build
pyinstaller .\LiteDanmu.py
mv dist/LiteDanmu/PyQt5/Qt/plugins/platforms/ dist/LiteDanmu
  1. Run
dist/LiteDanmu/LiteDanmu.exe [-h] [-serverurl SERVERURL] [-sk SecretKey]