Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.09 KB

Steam DLC Fetcher and installer for Linux

  • A user-friendly tool for managing DLC for Steam games on Linux systems.

Demo/Tutorial - [OUTDATED]

Preview:

ss-20250122-135304

Features

  • Automatic Steam library detection
  • Support for Linux and Proton
  • Automatic updates (Soon)
  • DLC detection and installation

Prerequisites

  • Python 3.7 or higher
  • requests
  • rich
  • argparse
  • json

Installation

  • Clone the repo or download the script.
  • Navigate to the directory containing the script.
  • Run the script using python:
python main.py

Basic Usage

  • --manual <path>: Specify steam library path manually
python main.py --manual "/path/to/steamapps"
  • --debug: Enable debug logging
python main.py --debug

Issues?

  • Open a issue and attach all relevant errors/logs.

Credits