Creating and Using Scripts
Creating Python scripts
PiXYZ Python scripts can be written and edited directly in PiXYZ STUDIO's Scripting Editor (from the Script panel), or in an external IDE (like PyCharm or Sublim Text).
If you wish to edit PiXYZ scripts in your preferred IDE, please follow this PiXYZ GitLab link to get started.
NOTE Scripts edited outside PiXYZ STUDIO are automatically updated once you come back in the software, providing they are open in the Script Editor.
Using Scripts
The Scripting Editor embedded within PiXYZ STUDIO provides functionalities to edit and execute them as smoothly as possible.
To execute a script within PiXYZ STUDIO, open or write a script in the Script panel, then click the Execute button (CTRL+E shortcut).
See the topic Script panel to learn about the Scripting Editor commands.