morphic.py
morphic.py copied to clipboard
a lively GUI for Python based on PyGame
https://github.com/jmoenig/morphic.py/blob/cc79e9fd1a250de024bc50f668873c7f2422bfaa/morphic.py#L146 `offset,y` there should be `offset.y`.
Explicitly declare the encoding as utf-8 to avoid problems with umlauts and other non ASCII characters. fixes #1
SyntaxError: Non-ASCII character '\xc3' in file morphic.py on line 2709, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details