Code Monkey home page Code Monkey logo

gloriousprotonmanager's Introduction

Glorious Proton Manager

A tool that allows Linux users to delete & install old & new Proton-GE versions as they come out. Making a GUI for it felt needed; the number of Linux gamers is growing thanks to Valve, Wine & other open source projects.

GPM screenshot

Installation

Dependencies

The only dependency is tkinter. To install it, run:

Arch/Manjaro

sudo pacman -S tk

Fedora

sudo dnf install python3-tkinter

openSUSE Leap

sudo zypper in python3-tk

Ubuntu

sudo apt install python3-tk

With pip

pip3 install GloriousProtonManager

Usage

GloriousProtonManager will be added to ~/.local/bin/ after installation. To run it, type:

~/.local/bin/GloriousProtonManager

Features

It is split into 3 columns: Old versions, Prerequisites & updates & Removals.

Old versions

Split into 3 steps, which should be followed in order:

  1. List the versions.
  2. Pick one from the list by typing its version.
  3. Click on the Install button.

Prerequisites & updates

Prerequisites sees whether the default directory (~/.steam/root/compatibilitytools.d) where Proton-GE versions should be installed exists. Creates it if it does not.

Updates sees whether the latest Proton-GE version is installed on your system. Shows a message saying so if it is. Installs it if it is not.

I decided to show only the last 15 versions; older versions felt pointless. It will show a popup warning message if the field is left empty or an invalid value is given.

Removals

Sees which versions are installed. Allows you to delete them once the version value is given as input. Works the same way as the other menu. Also shows a popup warning message if the field is left empty or an invalid value is given.

Known bugs

  • Making the GUI look identical across platforms & distros is hard with PySimpleGUI. It will look fine on Fedora & Manjaro, but may look a bit off on distros like Ubuntu or openSUSE.
  • The Exit button has to be pressed twice when closing GPM.

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.