simple steamcmd app installer
Project description
py_steamcmd_installer
Simple tool to install steam apps via python using the steamcmd
Prerequisites
Make sure steamcmd and python is installed
Installing
pip install py_steamcmd_installer
How to use:
# import the package
from py_steamcmd_installer import py_steamcmd_installer
# create a steamcmd object and give the steamcmd path as an argument
steamcmd = py_steamcmd_installer.Steamcmd("/usr/bin/steamcmd")
# create a function that handels the process output
def output_parser(output):
print("output: " + output)
# set the output parser
steamcmd.handleOutput = output_parser
# install a server
steamcmd.installServer(4020, "../server_path")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file py_steamcmd_installer-0.6.1.tar.gz.
File metadata
- Download URL: py_steamcmd_installer-0.6.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b808bbc5a86e25e3147ca7302a26689e054543a60dcbc3ab675e870f1f335cf0
|
|
| MD5 |
92099f8fcfc6bb901110ecc2473f2020
|
|
| BLAKE2b-256 |
d8e1f4b5e8acde8da06f72a1d87e8d2281bc480c41fa3885b13e73aa5235e835
|