Clone the repository:
git clone https://github.com/OpenSourceCatalyst/pytmdl.gitcd into pytmdl:
cd pytmdlInstall the required dependencies:
pip install -r requirements.txtRun:
python main.py [-h] [-v] [-s] [-o OUTPUT] [-l LANGUAGE] [url ...]python main.py -o "~/Desktop" "<song/playlist URL here>"You can create an executable by using the following command:
pyinstaller --add-data "translations:translations" main.pyIt will be created by default in ./dist/main/main in Linux/Mac or .\dist\main\main.exe in Windows.