This repository contains a simple YouTube downloader application written in Python and its setup file for windods.
python -m venv folder_name
.\folder_name\Scripts\activate
pip install -r version_requirements.txt
pip freeze > version_requirements.txt
cd folder_name\Lib\site-packages
python app.py
deactivate
Double-click on YouDownloader_mysetup.exe to install the application.
This README provides clear steps for setting up the virtual environment, installing required libraries, running the application, and also includes a note for Windows installation. Remember to replace `YouDownloader_mysetup.exe` with the actual name of your setup file. Additionally, ensure the disclaimer about compliance with YouTube's terms of service remains visible.