14.4. Command line format: example for python scripts

14.4. Command line format: example for python scripts

The command line format for python is something like:

python <script file name> <input filename> <output filename>

under Windows:

python *.exe f:/kicad/python/my_python_script.py “%I” “%O”

under Linux:

python /usr/local/kicad/python/my_python_script.py “%I” “%O”

Assuming python is installed on your PC.