Lyle-Tafoya / Steam-Categorizer

Automatically generate categories for games in your Steam library
GNU General Public License v3.0
25 stars 2 forks source link

Add GUI #1

Open thunderpants opened 8 years ago

thunderpants commented 8 years ago

any chance you can post a release for win x64 ? I mean a ready to use version ,thanks.

Lyle-Tafoya commented 8 years ago

Hello. This project should not require any changes to run on Windows. All it requires is a working Ruby installation with RubyGems and a Steam API key. I do have plans to release this project with a full graphical interface, but for now it is just a command line application.

thunderpants commented 8 years ago

Ahh thanks ,i await your new improved gui release than :)

On 4/10/16, Lyle-Tafoya notifications@github.com wrote:

Hello. This project should not require any changes to run on Windows. All it requires is a working Ruby installation with RubyGems and a Steam API key. I do have plans to release this project with a full graphical interface, but for now it is just a command line application.


You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/Lyle-Tafoya/Steam-Categorizer/issues/1#issuecomment-208082492

Lyle-Tafoya commented 7 years ago

I am beginning work on this right now. I am experimenting with the GTK3 toolkit for the GUI.

Lyle-Tafoya commented 7 years ago

My plan for how this interface will work is as follows:

  1. Publisher categories and community defined tags are retrieved from store pages and displayed along with basic metrics of how they are used
  2. User can examine collected categories/tags and decide how to map them. Overrides should be able to be set on a per-game basis. Category mapping should be able to be loaded from/exported to file
  3. Push button to assign categories and export Steam config file with optional backup option.