chendonghp / youtube_subtile_download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube_subtile_download

Youtube字幕下载器, UI使用pyqt封装

安装依赖:

pip install -r requirements.txt

app构建:

cd youtube_subtile_download/venv

bundled into one executable file

pyinstaller -F -w -i 字幕.ico -n "YouTube Playlist Subtitle Downloader" app.spec

one-folder bundle containing an executable

pyinstaller -w -i 字幕.ico -n "YouTube Playlist Subtitle Downloader" app.spec

打包后主窗口图标不显示问题

https://stackoverflow.com/questions/37321548/python-pyinstaller-and-include-window-icon/37321723#37321723

https://stackoverflow.com/questions/11534293/pyinstaller-wont-load-the-pyqts-images-to-the-gui/11547144#11547144

About


Languages

Language:Python 66.3%Language:QML 19.1%Language:HTML 8.6%Language:TeX 5.6%Language:Tcl 0.2%Language:JavaScript 0.1%Language:PowerShell 0.0%Language:Batchfile 0.0%