I have written up a simple python script that takes a word and converts it to a phonetic transcription of that same word.
I don’t know a lot about how to make a web app, but is there any simple way to just take a textbox in Wix and connect it to this python code on the backend so the simple input > print/output will work on the Wix site?
Sorry, I shouldn’t have used the word “link”. I mean how can I use an external python script to define the functionality of a text input box in Wix when you click the button that goes with it.