-
Really helped me with one of my projects. Here’s the link: https://github.com/chriskiehl/Gooey
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
DelphiFMX4Python
Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
-
PySimpleGUI
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
As u/SanjaESC explained, your task is blocking the GUI from updating, thus freezing it until the task has completed executing. You’ll want to take advantage of the threading module to work around this. The PySimpleGUI GitHub repository has a simple demo program showing how to do this! I imagine you could implement the same thing with Tkinter!
-
GUIYoutube-dl
Discontinued A cross platform GUI for youtube-dl written entirely in python using the WX library.
Its really simple to use, and easy to learn. As an example you project you can look at this project.
Related posts
-
How do I download my YouTube livestreams in higher resolutions for editing? Because it’s only letting me downlod at 480p and I streamed at 720p…
-
First Amature Project
-
[Software] Le meilleur moyen de télécharger des chansons de YouTube dans des fichiers mp3?
-
What do you guys use to sample off of youtube?
-
lord-of-the-clips (lotc): CLI app to download, trim/clip, and merge videos. Supports lots of sites. Downloads/trims at multiple points. Merges multiple clips.