/Demo/turtle/turtle.cfg

http://unladen-swallow.googlecode.com/ · Config · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · e714c17c4f0f4e915a53e88cebbe484b MD5 · raw file

  1. width = 800
  2. height = 600
  3. canvwidth = 1200
  4. canvheight = 900
  5. shape = arrow
  6. mode = standard
  7. resizemode = auto
  8. fillcolor = ""
  9. title = Python turtle graphics demo.