Please compile the script as a windows executable. To do this, you will need to do the following:
pyinstaller main.py --onefile --uac-admin --noconsole
You will need pyinstaller installed on your system in order to compile the script. From there you are ready to use.