orhelper is a module which aims to facilitate interacting and scripting with OpenRocket from Python.
-
OpenRocket version 24.12 or above. Ideally it will be installed in its default location, but running from non-default locations or from the .jar file are also supported.
-
Python >= 3.6
-
jpype1 >= 0.6.3
-
numpy
The examples may have additional prerequites, for instance lazy.py requires scipy and matplotlib
-
Install orhelper from pip
pip install orhelper
-
See
examples/for usage examples -
See the OpenRocket wiki for more info on usage and the examples