f0rkz / pysteamcmd

Python package to install and utilize steamcmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError

unofficialdxnny opened this issue · comments

Error

AttributeError: module 'pysteamcmd' has no attribute 'install_gamefiles'

Current Code

import pysteamcmd
import os

os.system('cls')


pysteamcmd.install_gamefiles(gameid=431960, game_install_dir="D:\SteamLibrary\steamapps\common\wallpaperengine", user='', password="", validate=True)

What else i have tried?

import pysteamcmd
import os

os.system('cls')


steamcmd.install_gamefiles(gameid=431960, game_install_dir="D:\SteamLibrary\steamapps\common\wallpaperengine", user='', password="", validate=True)