PyShopDL is a desktop client for downloading Steam Workshop items using a modern Fluent-style interface. It wraps the third‑party DepotDownloaderMod command‑line tool in a simple GUI so you can queue workshop IDs, inspect their metadata, and download them sequentially without touching a terminal or official steam client.
- Fluent UI built with PySide6 and qfluentwidgets
- Fetching metadata from the Steam Web API (name, size, app ID)
- Status tracking per item (Loading, Ready, Queue, Process, Complete, Error)
- Sequential download queue using DepotDownloaderMod
- Multi threaded download (Coming Soon but in plan)
- Batch Download
- Go to the Releases page.
- Download
PyShopDL.exe. - Double‑click
PyShopDL.exeto run the application.
-
Clone the repository
git clone https://github.com/BloodLetters/PyShopDL.git cd PyShopDL -
Create and activate a virtual environment (optional but recommended)
python -m venv .venv .venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python main.py
-
Home tab
- Verify DepotDownloaderMod status (installed / version shown).
- If not installed, click Download to fetch and install it.
- Use Refresh Status to re‑check after an installation.
- Open Mod Folder opens the
DepotDownloaderMod/depotsdirectory where downloads are stored.
-
Downloader tab
- Enter a Steam Workshop ID into the input box (numeric ID from the Workshop URL).
- Click Add:
- The item is appended to the table.
- Metadata (title, size, app ID) is fetched from the Steam Web API.
- After items show status Ready, click Download:
- Items are put into a queue and processed sequentially.
- Each item’s status will update through
Queue → Process → Complete(orError).
- DepotDownloaderMod | SteamAutoCracks


