As explained in PR #105, the module name of this software is regarded to be src from Python's point of view.
It probably makes sense to make it be pythonturtle or similar. We shall introduce a standard layout for stand-alone applications (e.g. a __main__ module in the module root, or so -- see related StackOverflow answer).
This might also play into packaging a Windows installer (not sure what the current build process for Windows depends on). There was an interesting talk on the current state of building self-contained installers with Python at this year's Python Italy (FYI, related question on SlackOverflow).
As explained in PR #105, the module name of this software is regarded to be
srcfrom Python's point of view.It probably makes sense to make it be
pythonturtleor similar. We shall introduce a standard layout for stand-alone applications (e.g. a__main__module in the module root, or so -- see related StackOverflow answer).This might also play into packaging a Windows installer (not sure what the current build process for Windows depends on). There was an interesting talk on the current state of building self-contained installers with Python at this year's Python Italy (FYI, related question on SlackOverflow).