pySiril is a Python package extending scripting capabilities, present natively in Siril. It is intended for users already familiar with scripts looking for an alternative to using complex shell or bat (on Windows).
With pySiril, you can:
write conditions and loops (if, else, for…) easily write your own functions get values returned by some of Siril functions such as stat, bg, cdg, bgnoise… This library works for the 3 main OS, Linux, Windows and MacOS.
This is a companion discussion topic for the original entry at https://siril.org/docs/pysiril/