Skip to content

mycraftmw/Wox.Plugin.SteamGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wox.Plugin.SteamGames

A steam game launcher plugin for Wox

When you first time using this function, type /st and wait a second for setting up.

preview

Requirements

This plugin requries the python module requests and bs4. To install these, open a command prompt and run these two commands:

pip install requests

pip install bs4

Configuration

Edit the config.json in the wox plugin settings folder and put your steam library folder(s) inside.

Examples:

Single Steam Library:

{
    "steamapps_dir": "C:\\Games\\steamapps"
}

Multiple Steam Libraries:

{
    "steamapps_dir": ["C:\\Games\\steamapps", "D:\\Games\\Steam\\steamapps"]
}

About

A steam game launcher plugin for Wox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages