this post was submitted on 01 Aug 2023
15 points (100.0% liked)

Python

6304 readers
18 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

A small project I made last month :D Makes use of tkinter and pytube ^.^

I'm quite a beginner python coder (having no experience in publishing git projects) so feel free to comment on my code!

Features:

  • Can download a playlist or single video as MP3 or MP4
  • Automatically displays youtube title and video on input of the link
  • Shows filesize prior to downloading

Note: Pytube currently has a bug so I linked a manual fix under Read.MD--

top 2 comments
sorted by: hot top controversial new old
[โ€“] burtek@programming.dev 4 points 1 year ago* (last edited 1 year ago) (1 children)

Good start! But to be able to "sell" it (i.e. make users use it) you gotta say how it's this better/different from alternatives like yt-dlp or youtube-dl?

[โ€“] lolfaceftw@lemmy.world 1 points 1 year ago

Thanks for the suggestion! I'm currently finding out more ways to make this unique.