That project is abandoned.<p>There is an ongoing fork called youtube-dl-gui: <a href="https://github.com/oleksis/youtube-dl-gui" rel="nofollow">https://github.com/oleksis/youtube-dl-gui</a><p>And an alternative called tartube: <a href="https://github.com/axcore/tartube" rel="nofollow">https://github.com/axcore/tartube</a>
In other news, the new Google Drive for Windows also uses wxPython as its Desktop GUI framework (wxPython is a Python wrapper for wxWidgets, a cross platform UI C++ library).<p><a href="https://www.google.com/intl/en_au/drive/download/" rel="nofollow">https://www.google.com/intl/en_au/drive/download/</a>
I made a very simple web UI (single file flask, no JS) for youtube-dl: <a href="https://github.com/dvolk/lo2#readme" rel="nofollow">https://github.com/dvolk/lo2#readme</a>
I'm curious what is the reason for a GUI for such a simple utility? The command line for this kind of tool seems like the perfect interface. Just copy a URL, paste it, press enter. No buttons to press, etc.
I use this <a href="https://video-sauce.com" rel="nofollow">https://video-sauce.com</a> it also let's you watch the video if you press the black logo at the bottom.<p>These sites always disappear but this one hasn't so far
As someone who has been working with Python a lot up to this year, I am wondering has the state of GUI frameworks improved for Python in the recent months/years?<p>If I want to have, lets say, an application that looks (and works) like a native MacOS or Windows application, would I bet able to do that? All of the examples look really odd, with weird buttons and simply not feeling like native apps.