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.

import time
import PythonToSW as PTS

addon = PTS.Addon(addonName = "My Python Addon", port = 7800)

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

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

addon.start(target = main) # Start the addon. This automatically creates an addon and places it in your Stormworks' addon directory, so you can easily use the addon in a save

⚙️ | Installing this package

  • Use pip install PythonToSW --upgrade
  • 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.
  • 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.
  • No support for property.slider and property.checkbox as of now.

✨ | 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.2.0.tar.gz (48.9 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for PythonToSW-1.2.0.tar.gz
Algorithm Hash digest
SHA256 6dac6b676831d48cc09e0b76b41c496dc9939ea756ad5596ac983b8d0748ef32
MD5 1d537a4e646f93ecd4988c784a49d888
BLAKE2b-256 c97e7d2a16598cbac16948b6aee248b69c7a3f1969fe6d9d6090c92523c0c71f

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