Skip to main content

A package that allows you to create addons in Stormworks with Python, handled through HTTP.

Project description

⚙️ | PythonToSW

📚 | Overview

A Python package that allows you to create basic addons in Stormworks: Build and Rescue with Python.

Example:

# imports
import time
import PythonToSW as PTS

# create addon
addon = PTS.Addon(addonName = "My Python Addon", port = 7800) # automatically creates an sw addon and places it in your game's addon directory

def main():
    # every 5 seconds, send a message to everyone
    while True:
        time.sleep(5)

        addon.execute(
            PTS.Announce("Server", "Hello World")
        )

addon.start(main)

⚙️ | Installing this package

  • Use pip install PythonToSW
  • Import the package with import PythonToSW as PTS in your code

😔 | Quirks

  • Noticeable delays. This project works through HTTP instead of converting Python code to Lua code, and HTTP is unfortunately slow.
  • Lack of vehicle support. I likely won't add vehicle support, sorry! :-(
  • For your addon to function, the host of the server must run the Python script behind your addon. Closing the Python script will essentially stop the addon.

✨ | Credit

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

PythonToSW-1.0.5.tar.gz (13.7 kB view details)

Uploaded Source

File details

Details for the file PythonToSW-1.0.5.tar.gz.

File metadata

  • Download URL: PythonToSW-1.0.5.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for PythonToSW-1.0.5.tar.gz
Algorithm Hash digest
SHA256 f1a2b33bb320c8dcfaec342e0c00164e29bbb2754ce28766366f7079597eedc6
MD5 27f3b721e8fd5bc9819b5421d5023a61
BLAKE2b-256 e816889530b1a2cb39421cbfa2501b2dcd4f7cd8eef2e8abfc26ff5141587707

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page