srctools.steam
Parse Steam configuration files to locate apps by their ID.
Locating Steam
- srctools.steam.get_steam_install_path() Path
Retrieve the installation path of Steam.
- Raises:
FileNotFoundError – If no Steam installation could be located.
- srctools.steam.get_libraries(
- steam_installpath: Path,
Locate all Steam library folders.
Locating Apps
- srctools.steam.find_app(app_id: int) AppInfo
Locate information for the specified app ID.
- Raises:
KeyError – if the app could not be found.