I am writing a script that gets data from advertising platform through request and pushes it to google sheets. Right now everything works. But I need to know how to convert this into a exe file. I am using pyinstaller.
My issue is I have Key files that needs to be included in the script to work (for authorization). After creating the exe file, the exe program doesnt work anymore because of the missing dependency file.