- Must Have Python Installed Latest Version
-
Fork/Clone/Download this repo
git clone https://github.com/PRITAMSLEARNINGACCOUNT/Youtube-Video-Downloader-Using-Python
-
Install uv
pip install uv
-
Create a virtual environment for this project
uv venv
-
Load the virtual environment
- On Windows Terminal:
.venv\Scripts\activate
- On Linux and Git Bash:
source .venv/bin/activate
- On Windows Terminal:
-
Run
uv pip install -r requirements.txt
-
Run Whatever Python File You Want According To Your Download Need.