Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Modules

Demir Yerli edited this page May 12, 2022 · 1 revision

WARNING: WE DON'T RECOMMEND USING MODULES, they may cause crashes, and compatibility issues (that's why it's not so easy to install them)

How to create a module

SPM module is a collection of python scripts
  • Note: we recommend using libspm.py for os modules
  • Note: Scripts will run under "libspm Python runtime", which means WE DON'T RECOMMEND USE ANY CUSTOM MODULES THAT ARE NOT INCLUDED IN PYTHON 3.10.X!
  • We recommend using this example
  • Note: Just init.py file is essential!

How to enable and use modules

  • Install the python310 package from bultek-new repo
  • Download libspm.py from the releases tab
  • Create C:\SPM\modules folder
  • Install modules, it should look like this C:\SPM\modules\<module-name>