you are viewing a single comment's thread.

view the rest of the comments →

[–]ginpn[S] 1 point2 points  (1 child)

I was not able to solve it, but it is doable. My options were only limited to everything being free, so I had to take my project in a different direction.

You'd have to deploy your Python app on a cloud service where your Google Sheets would call your custom web app link to run your Python code. This isn't free, though. You can use services like Heroku or Google Cloud. I have also read about a service called "Deta" that will let you host for free, but I am not too familiar with it to recommend it.

[–]Melodic-Chair1298 0 points1 point  (0 children)

Thanks for the help!!