4 projects
sprites
Python Sprites Module for make introductory animations and games and educational purpose。It mainly provides Sprite class inherited from Turtle class。Pyhton的精灵模块,为教育目的而制作启蒙动画与游戏。主要提供继承自Turtle类的Sprite类,Key类,Mouse类。支持像素级碰撞检测命令及增强的图章命令等等。作者:李兴球。网址: www.lixingqiu.com
coloradd
This is the color increase command for the turtle drawing command.配合Python海龟画图命令使用的颜色增加模块。
gameturtle
Python gameturtle Module for make animations and games easily,by www.lixingqiu.com
write_patch
This is the write patch module for the turtle module, so turtle can write text with angle argument.配合Python海龟画图写字补丁模块,这样就能让海龟写斜着的字了