- Set secret key in Danmu/config.py
vim Danmu/config.py- Run Live Danmu(Optional:Set server url)
LiteDanmu.py [-h] [-serverurl SERVERURL] [-sk SecretKey]- Install pyinstaller
pip install pyinstaller- Build
pyinstaller .\LiteDanmu.py
mv dist/LiteDanmu/PyQt5/Qt/plugins/platforms/ dist/LiteDanmu- Run
dist/LiteDanmu/LiteDanmu.exe [-h] [-serverurl SERVERURL] [-sk SecretKey]