Skip to content

TheEnderek0/PySteamPathProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySteamPathProvider

A library for providing steam paths and app names, given a Steam AppID (integer).

GetSteamInstallPath()

Retrieve the installation path of Steam.

GetInstallationDirs()

Get every directory that Steam can install games to.

GetAppsDictionary()

Retrieve installation directories of every app the user has currently installed. SLOW!

GetApp(appid)

Retrieve information only about this app in the form of a tuple (name, installpath). Significantly faster than GetAppsDictionary().

GetAppName(appid)

Retrieve only the name of this specific app.

GetAppInstallPath(appid)

Retrieve only the installation path of this specific app.

About

A library for providing steam paths, given a Steam AppID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages