Uses the incredibly helpful cookiecutter library to generate a bare-bones Python project for personal use.
The generated project includes a github action which uses pyinstaller via Pyinstaller Windows to generate an .exe and add it to a newly generated release.
The action is triggered when a new tag matching the syntax v#.#.# (E.g. v1.0.0) is created/pushed.
I have a lot of Python utility scripts at work. I like to have them available as .exes so I can run them from a computer without Python installed, or provide them to someone who doesn't have/doesn't want to have Python installed.
This project reduces the time it takes to meet those needs.
- Python 3
- cookiecutter
Having git installed and on your Path is optional, but recommended.
cookiecutter https://github.com/William-Lake/ScriptToExeCC.git