文件名称:abstract_turtle:重新实现python的turtle模块,该模块允许任意后端进行渲染
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-01 06:22:35
Python
乌龟 重新实现python的turtle模块,该模块允许任意后端进行渲染
【文件预览】:
abstract_turtle-master
----setup.py(1KB)
----.gitignore(49B)
----requirements.txt(98B)
----.travis.yml(366B)
----LICENSE(757B)
----setup.cfg(40B)
----abstract_turtle()
--------turtle_class.py(13KB)
--------color_names.py(4KB)
--------canvas.py(3KB)
--------logging_canvas.py(2KB)
--------__init__.py(223B)
--------turtle.py(435B)
--------forwarding_canvas.py(1KB)
--------tk_canvas.py(4KB)
--------pillow_canvas.py(3KB)
--------model.py(4KB)
----test_img()
--------turtle_full_rotate.png(6KB)
--------bk.png(6KB)
--------turtle_at_pos.png(6KB)
--------test_logo_mode.png(6KB)
--------test_pixel.png(6KB)
--------centeredness.png(6KB)
--------test_standard_mode.png(6KB)
--------color_strings.png(6KB)
--------test_oob_pixel.png(6KB)
--------multi_directions.png(6KB)
--------full_star.png(8KB)
--------basic_circle.png(7KB)
--------squareflower.png(10KB)
--------test_color.png(6KB)
--------multicolor.png(6KB)
--------simple_partial_circle.png(6KB)
--------background_test.png(6KB)
--------multiseg_forward.png(6KB)
--------reset.png(6KB)
--------empty_star.png(7KB)
--------set_various_things.png(6KB)
--------partial_circle_fill.png(7KB)
--------clear.png(6KB)
--------dot.png(7KB)
--------test_1x1_pixel.png(118B)
--------thick_circle.png(7KB)
--------partial_circle.png(7KB)
--------just_turtle.png(6KB)
----README.md(110B)
----tests()
--------basic_tests.py(7KB)
--------__init__.py(0B)
--------utils.py(2KB)
--------turtle_module_tests.py(605B)
--------tk_smoke_test.py(671B)
--------image_tests.py(8KB)
----.gitattributes(22B)