Simple Steam Workshop Downloader. Powered by MODSDOWNLOADER.COM
Project description
Steam Workshop Downloader
Simple Steam Workshop Downloader. Powered by MODSDOWNLOADER.COM
Installing
pip install swd
Example using
from swd import SteamWorkshopItem
item = SteamWorkshopItem('https://steamcommunity.com/sharedfiles/filedetails/?id=2971831945')
if item.status == 1:
print(f"ID: {item.id}")
print(f"Game: {item.game}")
print(f"Title: {item.title}")
print(f"Image: {item.image}")
print(f"Size: {item.size}")
print(f"Download: {item.download}")
print(f"Steam: {item.steam}")
else:
print("Request failed")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swd-1.0.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
swd-1.0.0-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file swd-1.0.0.tar.gz.
File metadata
- Download URL: swd-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b42292192daa343873efe0a2b3ae193b055d0355150bac79ec4a4fc95d93a4
|
|
| MD5 |
480f99125b3347bde8272fd26d9ac07d
|
|
| BLAKE2b-256 |
64659aa7488ac00beb4fa848e3e0f2a66c3b0d0e6feffd0bcf0cdaffaa517755
|
File details
Details for the file swd-1.0.0-py3-none-any.whl.
File metadata
- Download URL: swd-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65805ee1cb9c29bfeb374e2a5dc1f8d5b307a27ae75e2b99dbe209c520caf751
|
|
| MD5 |
e076f8b26cb5e0de4682e31a52dc6f6c
|
|
| BLAKE2b-256 |
89d93304aa331ffc1205952c0e3c574ea2893a73f57665bdca64bede193133e6
|