Simple PYTHON input>print script for input TEXT INPUT BOX on Wix site?

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?

Thanks!

Ben

https://www.wix.com/corvid/reference/$w.Text.html
FAQ: How do I insert links into the text?

The Text component does not have a link property.
You can add links to text using one of these methods:

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.

For the OnClick() event handler, you can write the code to do whatever you want, not just navigate to the link.

You can look at keeping your python script and using it externally with Wix, as mentioned in previous posts.
https://www.wix.com/corvid/forum/community-discussion/running-python-script-at-backend
https://www.wix.com/corvid/forum/community-discussion/connecting-wix-code-to-python-backend
https://www.quora.com/Does-Wix-Code-support-Python

Otherwise, if that is not feasible to you, you will have to look at using javascript in Wix Corvid instead of python.