I'm currently developing a web application where the primary function is Python's Turtle. When I started doing this I used Skulpt to be able to visualize and run my python code on the website, and it worked great. However, I need to give my python code an input from a form in the HTML-file. So I tried using Splinter for that problem, but it did not work, it seems as though the Python code stopped running when I wrote "from splinter import browser".
Does anyone know if Splinter is not compatible with Skulpt or if there is another way I may go about to do this?