Simple-Youtube-DL-Gui
Supported Operating Systems
Windows 7 (x64), Windows 8 (x64), and Windows 10 (x64)
How to use
Main Gui
- Extract program from archive to a folder of your choice or Run program from the archive
- Paste any video link into the "Paste Link" box
- Select "Add Link"
- Choose from the list of available options
- Choose where you'd like to save the final file
- Press "Start Job"
Guide to building the program yourself: (Windows)
- Install python x64 3.8.8 (https://www.python.org/ftp/python/3.8.8/python-3.8.8-amd64.exe) (This version supports Win7 - 11 x64)
- Download https://github.com/jlw4049/Simple-Youtube-DL-GUI/archive/refs/heads/main.zip and extract
- Open command prompt and navigate to where ever you extracted step 2
- In command prompt type 'pip install -r requirements.txt'
- After words you can use pyinstaller to make a binary.exe if you'd like with the following command
- 'pyinstaller -w --onefile --icon"Runtime\Images\youtubeDLicon.ico" "SimpleYoutubeDLGui.py"'
- Then you can place .exe along side of the runtime/apps folder and you're good to go