From da59ec9898d17f6bd8568719c2ce8b6cbecc138f Mon Sep 17 00:00:00 2001 From: Tickbase <47538996+Novattz@users.noreply.github.com> Date: Tue, 7 May 2024 21:04:06 +0200 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d635a42 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 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. + +# 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. + +# Prerequisites +- `python 3.x` +- `requests` library +- `zipfile` library + +# Usage +- Clone the repo or download the script. +- Navigate to the directory containing the script. +- Run the script using python. +```bash +python steam_dlc_fetcher.py +``` + +# Credits +- [All credits for creamlinux go to its original author and contributors.](https://github.com/anticitizn/creamlinux)