Skip to content

(Desktop)[Python/PyQt6] 建造下載Youtube影片與音訊的應用程式

License

Notifications You must be signed in to change notification settings

cabie8399/Youtube_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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會消失

About

(Desktop)[Python/PyQt6] 建造下載Youtube影片與音訊的應用程式

Resources

License

Stars

Watchers

Forks

Packages

No packages published