Warning
This repository has deprecated use PyShopDl instead
WallEngine-Downloader is a simple GUI-based application for downloading wallpapers from the Wallpaper Engine Workshop page on Steam without requiring an owned Steam account or the Wallpaper Engine app itself.
- Download Workshop Wallpapers: Enter the Workshop URL, choose your download location, and grab wallpapers without Steam ownership restrictions.
- User-Friendly GUI: No need to deal with command line tools—just point, click, and download.
- Automatic Extraction: Downloaded wallpapers are extracted and ready to use right away in wallpaper engine program.
- Preview Downloaded wallpaper: Check your downloaded wallpapers without openning wallpaper engine
This project uses DepotDownloaderMod under the hood, which allows downloading Steam Workshop content even if you don't own the actual game or application.
WallEngine-Downloader can be used in two ways:
For the easiest experience, use the pre-built executable from the Releases tab.
DepotDownloaderMod is already included—no need for manual setup.
Steps:
- Download the latest release from the Releases page.
- Extract the files.
- Run the
WallEngine-Downloader.exe. - Use the GUI to download wallpapers directly.
If you prefer or need to run the Python source code directly, you must download DepotDownloaderMod separately.
Steps:
- Clone this repository:
git clone https://github.com/BloodLetters/WallEngine-Downloader.git cd WallEngine-Downloader - Set up dependencies:
pip install -r requirements.txt
- Download DepotDownloaderMod and extract it to a folder.
- Make sure all file in the
DepotDownloaderModin folder. copy it into the WallEngine-Downloader directory. - Run the application:
python main.py
- Launch the app (either the compiled .exe or with
python app.py). - Enter the Workshop wallpaper URL or ID you want to download.
- Choose where to save the downloaded wallpaper.
- Click the "Download" button.
- The wallpaper will be downloaded and extracted automatically.
- DepotDownloaderMod
- Included in the compiled release.
- Required separately for manual mode.
- No Steam login is required.
- For personal and educational use only.
- Please comply with Steam and Wallpaper Engine's Terms of Service.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions and feedback are welcome!

