Files
creamlinux-installer/README.md
Tickbase 63857abb40 Update README.md
Add preview
2025-01-22 13:59:39 +01:00

1.1 KiB

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