ansav12 / Linux-Gaming-Setup

A python script which allow users to install drivers and programs of utility and be able to play games on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux-Gaming-Setup

A python script which allow users to install drivers and programs of utility to play games on Linux

Drivers installation based on Lutris wiki

With this script you can currently install drivers for Debian, Ubuntu and Arch, more distros will be added You can install this programs:

Program Description
WINE A program that allows execute Windows programs on Linux
Lutris A gaming client for Linux, which allows you to install games and emulators without too much tweaking, you canvisit https://lutris.net/about/ for more info
Steam A platform for buy and install games, also you can chat with your friends, install and share mods on the workshop and it has more features
GOverlay It's an GUI for manage Linux overlays, such as MangoHUD
MangoHUD A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU loads and more
Feral Gamemode A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process
ProtonGE A custom build from Proton with some fixes for games.
WineGE/LutrisGE A custom build from Wine with some fixes for games made to use with Lutris.
Heroic Games Launcher A Native GUI Epic Games Launcher for Linux, Windows and Mac.

More will be added in a future

Setup:

  1. Give execution rights to setup.sh and execute it in order to install the dependencies: chmod +x setup.sh
  2. Execute the script and select your distro or distro-based ./setup.sh
  3. Now you can execute the python script ./GamingSetup.py or alternative python3 GamingSetup.py

GUI Version

GUI version is in the task list #17

About

A python script which allow users to install drivers and programs of utility and be able to play games on Linux

License:GNU General Public License v3.0


Languages

Language:Python 98.6%Language:Shell 1.4%