Python turtle graphics まとめ

turtle graphicsの設定

Python turtle graphics : 表示ウィンドウのサイズ、位置設定 - turtle.setup()

Python turtle graphics : モードのstandardとlogoの違いについて - turtle.mode()

Python turtle graphics : turtleの描画速度設定について

Python turtle graphics : turtleの前後の移動(forward)

Python turtle graphics : turtleの進行していく角度の設定(right, left, setheading)

Python turtle graphics : 指定座標への移動(goto, setposition, setx, sety)

Python turtle graphics : 角度の単位設定(turtle.degrees)

Python turtle graphics : スクリーンに文字を書く方法(turtle.write)


作例


Python turtle graphics 作例 : とある作図アルゴリズムにおいて変数変化による図の形状一覧

Python turtle graphics 作例 : 五角形を集めて花のような模様を描いてみる(関数作成)

Python turtle graphics 作例 : 再帰処理を用いた円の描画

Python turtle graphics 作例 : たくさんの木を描いてみる

Python turtle graphics 作例 : 複数のチェック柄の円

Python turtle graphics 作例 : チェック柄の円

Python turtle graphics - 作例 : 直線と回転のみによる図形

Python Turtle graphicsで渦巻き(Spiral)を描く

コメント

スポンサーリンク


このブログの人気の投稿

Ubuntu Softwareが起動しないのでいろいろと調べてみる(Ubuntu 20.04.1 LTS)

gnuplotでプロットなどの色をcolornameの指定で変更する

gnuplot : グラフにグリッド線を描く方法(set grid)

gnuplot : プロット画像のサイズ指定について(set sizeとの違い)

Pythonのformat()を使って1桁の16進数でも2桁で出力する方法