First non-alpha release,
in sync with pypi package and
with compiled binaries for driving games.
Python_Embedded
This is an embedded Python with libraries needed for successfully building Nose-Drive scripts.
`.\python_310\Scripts\pyinstaller.exe .\Builder.spec`
Change line 6 of Builder.spec to match the .py script you want to build.
Execute compiled binaries with:
`.\dist\main\main.exe .\your_settings.json`