My .py file works perfectly, but when I turn it to .exe it fails
I’m trying to code an app that lets you download many videos (or audios) from Youtube at the same time using Python, specifically the libraries tkinter and pytube. When I run it as a .py file, everything goes perfect. However, when I turn it into a .exe (using auto-py-to-exe), there’s a problem, although everything else works, the “Download” Button does absolutely nothing.