Installing PWDLv3 - shubhamakshit/pwdlv3 GitHub Wiki

NOTE: Windowsx86(only) and Linux(arm64 , x86) only.

Windows

Architecture Supported
x86 ✅️
arm64 ❌️

1. Installing git, ffmpeg & python via choco

You can install these tools seperately.

1.1. Installing chocolatey (Run this command in Powershell as Admin)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

1.2. Installing git, ffmpeg & python (Powershell/CMD as Admin)

choco install ffmpeg git.install python -y

2. Installing PWDLv3

2.1 Run these commands in CMD (Admin Recommended)

cd %USERPROFILE%\Documents
git clone https://github.com/shubhamakshit/pwdlv3.git

2.2 Add Pwdlv3 to PATH (Admin needed to do it by CLI)

Note : If you want to do this without admin. Serach the internet on how to add a folder to PATH Windows. Tutorial

Value: %USERPROFILE%\Documents\pwdlv3

3. Running PWDLv3

3.1 The first run : RUN THIS COMMAND IN A NEW CMD or POWERSHELL WINDOW

This will install any other dependency that might be needed. (Typically mp4decrypt & vsd)

pwdl --verbose

3.2 Now login via pwdl --login

3.3 Start the Webui by pwdl --webui [Defaults to http://localhost:5000]

Linux

Make sure you have python3 >= 3.8 and git installed.

git clone https://github.com/shubhamakshit/pwdlv3.git
cd pwdlv3
chmod +x ./setup.sh
./setup.sh -f # -f means ffmpeg ; (ffmpeg binary in PATH is given preference)
source ~/.bashrc