<div dir="ltr">I've created a prototype for how we could add foreign language names to the turtle.py module and erase the language barrier for non-English schoolkids.<div><br></div><div>The Tortuga module has the same functionality as </div><div><br></div><div>You can test it out by running "pip install tortuga"</div><div><br></div><div><a href="https://pypi.python.org/pypi/Tortuga" target="_blank">https://pypi.python.org/pypi/Tortuga</a><br></div><div><br></div><div>Since Python 2 doesn't have simpledialog, I used the PyMsgBox pure-python module for the input boxes. This code is small enough that it could be added into turtle.py. (It's just used for simple tkinter dialog boxes.)</div><div><br></div><div>Check out the diff between Tortuga and turtle.py here: <a href="https://www.diffchecker.com/2xmbrkhk" target="_blank">https://www.diffchecker.com/2xmbrkhk</a></div><div><br></div><div>This file can be easily adapted to support multiple programming languages.</div><div><br></div><div>Thoughts? Suggestions?</div><div><br></div><div>-Al</div></div>