Pitch: YoutubeDownloader

YoutubeDownloader

This is a simple Python desktop app to download YouTube videos and playlists! It's available at my github.

Functionalities

  • Download YouTube videos by video URL
  • Download YouTube playlists by playlist URL
  • Set the output directory

Technologies Used

  • Python
  • Flet
  • Pytube

Installation

To install this project, follow the steps described on the project's README.

Uma dica, ao criar algo assim que envolva um executável, procure disponibilizar o executável em Releases, ou em outro local do Github, para agilizar o processo, ou evitar que quem queira apenas testar a aplicação tenha que instalar o Python completamente.

Isso facilita para quem não quer mexer no código do repositório.

Exemplo: https://github.com/yuk7/ArchWSL/releases/tag/24.4.28.0

Obrigado pela dica! Vou me aprofundar sobre para melhorar nesse quesito.