Vidtuber is a simple, open-source and cross-platform GUI for yt-dlp
Vidtuber is written in Python3 using the wxPython-Phoenix GUI toolkit.
- Python >= 3.7.0
- wxPython-Phoenix >= 4.0.7
- PyPubSub >= 4.0.3
- requests >= 2.21.0
- ffmpeg >=4.3
- ffprobe >=4.3 (usually bundled with ffmpeg)
- yt-dlp
Vidtuber can be run without installing it, just executing the "launcher" script inside the source directory:
python3 launcher
First, make sure you have installed at least all the above required dependencies.
Vidtuber can also be run in interactive mode with the Python interpreter, always within the same unpacked directory:
>>> from vidtuber import gui_app
>>> gui_app.main()