Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 431 Bytes

youtube_downloader

使用PyQt6建造一個下載Youtube影片與音訊的應用程式


執行程式

cd src
python main.py

打包成.exe

cd src
pyinstaller -i .\img\yt.png -w main.py
  • 會生成/dist,將img/整個資料夾複製到/dist/main,否則icon會消失