✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server303.web-hosting.com ​🇻​♯➤ 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 199.188.205.31 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.41
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /lib64/python2.7/Demo/turtle//demohelp.txt

  ----------------------------------------------

      turtleDemo - Help

  ----------------------------------------------

  This document has two sections:

  (1) How to use the demo viewer
  (2) How to add your own demos to the demo repository


  (1) How to use the demo viewer.

  Select a demoscript from the example menu.
  The (syntax colored) source code appears in the left
  source code window. IT CANNOT BE EDITED, but ONLY VIEWED!

  - Press START button to start the demo.
  - Stop execution by pressing the STOP button.
  - Clear screen by pressing the CLEAR button.
  - Restart by pressing the START button again.

  SPECIAL demos are those which run EVENTDRIVEN.
  (For example clock.py - or oldTurtleDemo.py which
  in the end expects a mouse click.):

      Press START button to start the demo.

      - Until the EVENTLOOP is entered everything works
      as in an ordinary demo script.

      - When the EVENTLOOP is entered, you control the
      application by using the mouse and/or keys (or it's
      controlled by some timer events)
      To stop it you can and must press the STOP button.

      While the EVENTLOOP is running, the examples menu is disabled.

      - Only after having pressed the STOP button, you may
      restart it or choose another example script.

   * * * * * * * *
   In some rare situations there may occur interferences/conflicts
   between events concerning the demo script and those concerning the
   demo-viewer. (They run in the same process.) Strange behaviour may be
   the consequence and in the worst case you must close and restart the
   viewer.
   * * * * * * * *


   (2) How to add your own demos to the demo repository
     IMPORTANT! When imported, the demo should not modify the system
     by calling functions in other modules, such as sys, tkinter, or
     turtle. Global variables should be initialized in main().

   - The script name must begin with tdemo_ ,
     so it must have the form tdemo_<your-script-name>.py

   - The code must contain a main() function which will
     be executed by the viewer (see provided example scripts).
     It may return a string which will be displayed in the Label below
     the source code window (when execution has finished.)
	   
   - In order to run mydemo.py by itself, such as during development,
     add the following at the end of the file:

    if __name__ == '__main__':
        main()
        mainloop()  # keep window 

    python -m turtledemo.mydemo  # will then run it

   - If the demo is EVENT DRIVEN, main must return the string
     "EVENTLOOP". This informs the demo viewer that the script is
     still running and must be stopped by the user!

     If an "EVENTLOOP" demo runs by itself, as with clock, which uses
     ontimer, or minimal_hanoi, which loops by recursion, then the
     code should catch the turtle.Terminator exception that will be
     raised when the user presses the STOP button.  (Paint is not such
     a demo; it only acts in response to mouse clicks and movements.)


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
15 Jun 2024 8.33 AM
root / root
0755
about_turtle.txt
3.442 KB
19 Apr 2020 9.13 PM
root / root
0644
about_turtledemo.txt
0.295 KB
19 Apr 2020 9.13 PM
root / root
0644
demohelp.txt
2.963 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_I_dontlike_tiltdemo.py
1.048 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_I_dontlike_tiltdemo.pyc
1.621 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_I_dontlike_tiltdemo.pyo
1.621 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_bytedesign.py
4.119 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_bytedesign.pyc
5.188 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_bytedesign.pyo
5.188 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_chaos.py
0.929 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_chaos.pyc
2.242 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_chaos.pyo
2.242 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_clock.py
3.144 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_clock.pyc
4.429 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_clock.pyo
4.429 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_colormixer.py
1.307 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_colormixer.pyc
2.31 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_colormixer.pyo
2.31 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_fractalcurves.py
3.329 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_fractalcurves.pyc
3.441 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_fractalcurves.pyo
3.441 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_lindenmayer_indian.py
2.375 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_lindenmayer_indian.pyc
3.518 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_lindenmayer_indian.pyo
3.518 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_minimal_hanoi.py
2.001 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_minimal_hanoi.pyc
3.538 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_minimal_hanoi.pyo
3.538 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_nim.py
6.361 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_nim.pyc
9.164 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_nim.pyo
9.164 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_paint.py
1.259 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_paint.pyc
1.856 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_paint.pyo
1.856 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_peace.py
1.04 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_peace.pyc
1.355 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_peace.pyo
1.355 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_penrose.py
3.452 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_penrose.pyc
5.864 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_penrose.pyo
5.864 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_planet_and_moon.py
2.757 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_planet_and_moon.pyc
4.429 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_planet_and_moon.pyo
4.429 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_tree.py
1.377 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_tree.pyc
2.073 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_tree.pyo
2.073 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_two_canvases.py
1.094 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_two_canvases.pyc
1.597 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_two_canvases.pyo
1.597 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_wikipedia.py
1.315 KB
19 Apr 2020 9.13 PM
root / root
0644
tdemo_wikipedia.pyc
1.909 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_wikipedia.pyo
1.909 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_yinyang.py
0.788 KB
10 Apr 2024 4.57 AM
root / root
0755
tdemo_yinyang.pyc
1.289 KB
10 Apr 2024 4.58 AM
root / root
0644
tdemo_yinyang.pyo
1.289 KB
10 Apr 2024 4.58 AM
root / root
0644
turtle.cfg
0.156 KB
19 Apr 2020 9.13 PM
root / root
0644
turtleDemo.py
9.854 KB
10 Apr 2024 4.57 AM
root / root
0755
turtleDemo.pyc
10.691 KB
10 Apr 2024 4.58 AM
root / root
0644
turtleDemo.pyo
10.691 KB
10 Apr 2024 4.58 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF