4 projects
sprites
Python Sprites Module for make introductory animations and games and educational purpose。It mainly provides Sprite class inherited from Turtle class。Can be applied to the teaching of elementary mathematics。Pyhton的精灵模块,为教育目的而制作启蒙动画与游戏。主要提供继承自Turtle类的Sprite类,Key类,Mouse类等及一些工具函数,如洪水填充命令,几何相关命令。它支持像素级碰撞检测命令及增强的图章命令等等,也可应用于初等数学几何的教学。作者:李兴球。微信:scratch8,专业编程私教。网址: www.lixingqiu.com
gameturtle
Python gameturtle Module for make animations and games easily,by www.lixingqiu.com
coloradd
This is the color increase command for the turtle drawing command.配合Python海龟画图命令使用的颜色增加模块。
write_patch
This is the write patch module for the turtle module, so turtle can write text with angle argument.配合Python海龟画图写字补丁模块,这样就能让海龟写斜着的字了