2025-01-08 05:31:27 +01:00
2024-11-30 15:13:10 +01:00
2025-01-08 05:31:27 +01:00

Steam DLC Fetcher and installer for Linux

  • Python script designed for linux to automate fetching of DLC id's for steam games and the installation of creamlinux automatically. Demo/Tutorial

Features

  • Automatically fetches and lists DLC's for selected steam game(s) installed on the computer.
  • Automatically installs creamlinux and its components into selected steam games, excluding and handling specific config files.
  • Provides a simple cli to navigate and operate the entire process.

Usage

Prerequisites

  • python 3.x
  • requests library
  • zipfile library
  • tqdm >=4.65.0

Installation

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

OR

Use this one-line shell script.

git clone https://github.com/Novattz/creamlinux-installer;cd creamlinux-installer;python dlc_fetcher.py

Issues?

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

Credits

Description
No description provided
Readme 4.2 MiB
Languages
TypeScript 43.2%
Rust 36.4%
SCSS 18.4%
JavaScript 1.9%
HTML 0.1%