Some useful scripts and utilities I have written, mostly in Python.
The Python scripts can be wrapped as native Windows executables, by running the tools/install.ps1 script. This uses the launcher available at https://github.com/pfmoore/pylaunch2 to add a launcher executable for each script. It also installs a copy of the embedded Python distribution and installs pip and any defined requirements for the scripts into the environment.
Note: The embedded distribution is somewhat limited, because of its intended purpose as an embedded interpreter (so, for example, it does not include tkinter).