A cookiecutter template for easy packaging of python applications to an executable file with PyOxidizer.
cookiecutter gh:giftmischer69/easy_oxidize
cd {{YOUR_PACKAGE_NAME}}
# install dependencies
bootstrap.bat
# build & run your package
run.bat
# build your package
build.bat