Execute local Python scripts
We use the Python Starter to conveniently execute local Python scripts via button. At the same time, we also use the Python Starter for local development of our AWS Lambda functions before we deploy them. We use Python for all our backend tasks. This tool is for easy launching your scripts.

Help us with a small donation to finance the further development.
In the background, the Python Starter executes commands according to the following scheme:
- Switch to the working directory
- Execute the Python command, via
python -c "your command"
.
The output of the executed script is displayed at the bottom. Each subsequent execution cleans up the previous output.
Installation and configuration
Save the downloaded pythonstarter.exe to a destination folder of your choice and run the program. A configuration file will be created, which you can open directly by clicking the “Config” button. Add your Python scripts and working directories to this file. Save your changes and close the editor. The data will be reloaded automatically.
To set environment variables for your Python file, you can add as many entries as you want. These are added automatically when you run your script. Please note that they may be case sensitive.
The output of the Python script that is running will be displayed to you at the bottom of the window.
[Python1]
workingdir=c:\python
python=import sample; sample.helloworld()
envvar=Hello
anothervariable=World
[Another Function]
workingdir=c:\python
python=import sample2; sample2.helloworld()
Version information
As soon as we release a new version of Python Starter, we will list the changes that have been made to it here in more detail.
We are also very happy to receive your suggestions about the Python Starter tool. We are looking forward to any feedback. Please use our contact form or support area for this purpose.

- NEW: New Design for better experience
- NEW: Enables setting environment variables
- CHG: improvements on execute the python scripts

- CHG: New CodeSigning certificate

- fix URLs for website

- CHG: Update Delphi 11
- FIX: Resizing of Windows

- First version released
Notes
The software Python Starter is freeware and can be redistributed without our consent! We assume no liability for the software!