I need to run some Python 3 programs that use Turtle Graphics. I was trying to display these on the browser. I found 2 options
- skulpt (https://skulpt.org). This does not seem to support Python 3 fully.
- pyodide. This uses Python 3 but does not seem to have packages for Turtle.
Is it possible to either use skulpt with Python 3 or is there a Pyodide package for Turtle?
Thanks