Giter Site home page Giter Site logo

mdeguzis / minigalaxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharkwouter/minigalaxy

0.0 0.0 0.0 5.91 MB

A simple GOG client for Linux that lets you download and play your GOG Linux games

License: GNU General Public License v3.0

Python 100.00%

minigalaxy's Introduction

Minigalaxy

A simple GOG client for Linux that lets you download and play your GOG Linux games

screenshot

Features

The most important features of Minigalaxy:

  • Log in with your GOG account
  • Download the Linux games you own on GOG
  • Launch them

In addition to that, Minigalaxy also allows you to:

  • Select in which language you'd prefer to download your games
  • Change where games are installed
  • Search your GOG Linux library
  • Show all games or just the ones you've installed
  • View the error message if a game fails to launch

System requirements

Minigalaxy should work on the following distributions:

  • Debian Buster (10.0) or newer
  • Ubuntu 18.10 or newer
  • Arch Linux
  • Manjaro

Other Linux distributions may work as well. Minigalaxy requires the following dependencies:

  • GTK+
  • Python 3
  • PyGObject 3.30+
  • Webkit2gtk with API version 4.0 support
  • Python Requests

Installation

Ubuntu/Debian

Download the latest deb package from the releases page and install it.

Arch/Manjaro

Build the AUR package. For this you can use an AUR helper, or use the following set of commands:

git clone https://aur.archlinux.org/minigalaxy.git
cd minigalaxy
makepkg -si

Other distributions

Without VENV

git clone https://github.com/sharkwouter/minigalaxy.git
cd minigalaxy
bin/minigalaxy

With VENV

git clone https://github.com/sharkwouter/minigalaxy.git
cd minigalaxy
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
bin/minigalaxy

Known issues

Expect to see the following issues:

  • Using Minigalaxy without an internet connection does not work
  • Changing the installation directory makes Minigalaxy unable to detect previously installed games
  • Installed games cannot be removed from within the client yet
  • Updating games has not been implemented yet

minigalaxy's People

Contributors

sharkwouter avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.