Download the executeable version from this repository and run it
Get Thonny: Thonny
You can do that via Package Manager built in to Thonny
Well, thats as easy as to open the script in Thonny, setting the setting strings to your wishes and hit the run button.
You can do that with pyinstaller (get it with pip)
Then open a system shell in Thonny and run the following command:
pyinstaller --noconsole --onefile <path to the downloaded script>