2025-02-15 19:43:20 +01:00
2024-05-12 21:19:29 +02:00
2025-02-15 15:46:31 +01:00
2025-01-08 19:39:23 +01:00
2024-03-24 17:28:37 +01:00
2025-02-15 19:43:20 +01:00
2025-02-15 16:44:15 +01:00
2024-05-11 18:08:56 +02:00
2024-03-24 17:27:43 +01:00
2024-06-08 16:50:33 +02:00
2024-06-30 23:11:19 +02:00

Example Game

You can download the GNU GPL Licensed game "FreeDink" from here and put it into `example_software_root/FreeDink/main_dir" to test it out.

Linux

sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
chmod a+r /etc/apt/keyrings/*
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources\n
sudo apt update
sudo dpkg --add-architecture i386 \n
sudo apt install --install-recommends winehq-staging
sudo apt install libgl1:i386 nvidia-driver-libs:i386
sudo apt install python3 python3-pip python3-tk

# non sudo in project #
python -m pip install -r requirements.txt
python client.py
Description
Client to manage your game collection in your homelab based on yaml files.
Readme 982 KiB
Languages
Python 96%
PowerShell 3%
Dockerfile 0.5%
Jinja 0.5%