https://github.com/xtalism/youtube-downloader
Youtube video, audio and playlist downloader using Python and Pytube.
https://github.com/xtalism/youtube-downloader
python3 pytube tkinter-python youtube-downloader
Last synced: 2 months ago
JSON representation
Youtube video, audio and playlist downloader using Python and Pytube.
- Host: GitHub
- URL: https://github.com/xtalism/youtube-downloader
- Owner: Xtalism
- Created: 2024-05-30T06:25:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-08T20:22:49.000Z (11 months ago)
- Last Synced: 2025-04-10T21:09:27.592Z (2 months ago)
- Topics: python3, pytube, tkinter-python, youtube-downloader
- Language: Python
- Homepage:
- Size: 339 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Downloader with Pytube
This project is still ongoing. Nevertheless, I can give a brief explanation on how to make it run. I used Python 3.12.3 in a virtual environment:
py -3.12 -m venv {namefyourvirtualenvironment}
py -m pip install -r requirements.txt