All Projects → Mastercorp → StarCategorizer

Mastercorp / StarCategorizer

Licence: MIT license
assign steamshop genres to your steam library games, even on private profiles

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to StarCategorizer

superconfig
Access environment variables. Also includes presence validation, type coercion and default values.
Stars: ✭ 33 (+83.33%)
Mutual labels:  config
php-nacos
阿里巴巴nacos配置中心-PHP客户端
Stars: ✭ 167 (+827.78%)
Mutual labels:  config
dotfiles
🏠 ~/
Stars: ✭ 19 (+5.56%)
Mutual labels:  config
d-l-l
Simplified DLL config creator & handler
Stars: ✭ 27 (+50%)
Mutual labels:  config
ApexConfigs
Apex Legends configs for a competitve player
Stars: ✭ 52 (+188.89%)
Mutual labels:  config
kerrigan
基于Tornado实现的一套配置中心,可基于分项目、环境管理配置,语法高亮、对比历史版本、快速回滚等,并提供Restful风格的API
Stars: ✭ 57 (+216.67%)
Mutual labels:  config
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+10483.33%)
Mutual labels:  config
MatrixChecks
The optimized checks for Matrix Anticheat, a powerful anticheat for Minecraft.
Stars: ✭ 70 (+288.89%)
Mutual labels:  config
uconfig
Lightweight, zero-dependency, and extendable configuration management library for Go
Stars: ✭ 53 (+194.44%)
Mutual labels:  config
croconf
A flexible and composable configuration library for Go that doesn't suck
Stars: ✭ 14 (-22.22%)
Mutual labels:  config
unconfig
A universal solution for loading configurations.
Stars: ✭ 415 (+2205.56%)
Mutual labels:  config
Tieba-Birthday-Spider
百度贴吧生日爬虫,可抓取贴吧内吧友生日,并且在对应日期自动发送祝福
Stars: ✭ 28 (+55.56%)
Mutual labels:  config
electron-json-config
Simply set and get configuration from a json file for your Electron app
Stars: ✭ 25 (+38.89%)
Mutual labels:  config
stumpwm-config
My configuration files for StumpWM
Stars: ✭ 62 (+244.44%)
Mutual labels:  config
libconfigini
Configuration parser library in INI format
Stars: ✭ 32 (+77.78%)
Mutual labels:  config
DYNAMICMORTAL
Config files for my GitHub profile.
Stars: ✭ 19 (+5.56%)
Mutual labels:  config
nvim
❤️ A neovim config repo.
Stars: ✭ 33 (+83.33%)
Mutual labels:  config
MSI-Modern15-Hackintosh
My MSI Modern 15 Hackintosh repo
Stars: ✭ 16 (-11.11%)
Mutual labels:  config
dotfiles
My dot files and dev environment using bash, tmux and vim
Stars: ✭ 61 (+238.89%)
Mutual labels:  config
i3
Archivos de configuraciones de i3
Stars: ✭ 32 (+77.78%)
Mutual labels:  config

travis build

StarCategorizer 2.1.1

StarCategorizer autocategorizes your games in your Steam library. You do not need to set your profile public! ( CARE: https://steamcommunity.com/games/593110/announcements/detail/1667896941884942467, with the new steamupdate, you have to change your profile settings to make your games visible to others! ) The games' Steam store genre is used as category ( + steam categories which you can choose on your own!). Your old categories are deleted, only your Favorites are saved. A backup is made from your old config file (called sharedconfig.vdf.bak) You don't need to set your profile status to public for this programm to work ;) The language of the categories depends on your steam website settings. ( https://store.steampowered.com/api/appdetails/?appids=220 you can check it here. Just click the link and see which language the text is written in. )
You can join the Steamgroup here: http://steamcommunity.com/groups/StarCategorizer

alt text

What you need

If your profile is public you only need your custom url!( you can find it with https://steamid.io/ , if you dont have a custom url you need your steamID64, which you will find on the website too.)
For a private profil, you need a Steam API key.
Steam API key: you can get it here: https://steamcommunity.com/dev/apikey
(if you do not have a domain, enter your e-mail)
steam64ID: search with your custom url name at https://steamid.io/
or read here : https://steamcommunity.com/discussions/forum/1/364039785160857002/
If you use the python code you need python 2.7

Motivation

I could not manage to make Depressurizer work on my system, therefore i wrote my own programm. You can find Depressurizer here: https://github.com/rallion/depressurizer

Installation

Download the StarCategorizer.exe file and put it in your \Steam\userdata<Steam User ID>\7\remote\ folder. Start the exe, put in your Steam API key and steamID64 and press the 'Start' button or just use the checkbox if your profilestatus is set to public and enter your custom url. Wait until the programm is finished and start Steam. Enjoy your categories. You need an internet connection for the programm to work! (No python needed! I used pyinstall to pack everything you need into the exe file.) As an alternative, you can copy your sharedconfig.vdf file in the same folder as the StarCategorizer.exe and after the programm is finished you only need to copy the new file back.

If you don´t trust my exe, you can download the StarCategorizer.py, View.py, Model.py, categories.txt and logo.ico from github and start the programm on your own with python. Don´t forget to download the logo.ico as well, else it wont work ;) (You need to install python to use the StarCategorizer.py)
You can create your own exe with pyinstaller. To create the exe install pyinstaller and use my Star.spec file. You just have to include the right folder in the spec file at pathex.

Buttons

Quit closes the app.
Start starts the process of categorizing your games and makes a backup of your sharedconfig.vdf file. (If a sharedconfig.vdf.bak exists, sharedconfig.vdf.bak does't get overwritten.If you want to make a new backup you have to delete sharedconfig.vdf.bak first) Cancel stops categorizing your games and restores sharedconfig.vdf(everything in sharedconfig.vdf.bak is coppied back to sharedconfig.vdf)
public profile: if your Steam profile status is set to public you do not need a steam api key anymore! Just enter your custom url and you are ready!
Settings : You can choose which categories from steam you want to add to your games. ( Shop genres can not be changed and are assigned automatically )

License

MIT License

Copyright (c) 2017 Mastercorp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].