使用python的turtle繪畫滑稽臉
這是借鑑了一位兄弟的程式碼,然後進行修改的,原來程式碼存在問題,用了2小時,自己修改,終於畫出了滑稽臉,也算是對於今天學的turtle繪畫庫的一個小小的記錄吧!(有錯誤希望各位看官指正啊)
編譯器是:Atom
python 是3.7版本
執行位 Windows power shell
import turtle
turtle.setup(600,600,200,200)
#fcae
turtle.penup()
turtle.goto(-210,0)
turtle.seth(-90)
turtle.pendown()
turtle.pencolor(‘orange’)
turtle.pensize(4)
turtle.begin_fill()
turtle.circle(210,360)
turtle.fillcolor(‘yellow’)
turtle.end_fill()
turtle.pencolor(‘black’)
#mouth
turtle.pensize(5)
turtle.penup()
turtle.goto(-150,30)
turtle.pendown()
turtle.seth(-90)
turtle.circle(150,180)
#left eye
turtle.penup()
turtle.pensize(4)
turtle.goto(-180,90)
turtle.pendown()
turtle.seth(40)
turtle.begin_fill()
turtle.circle(-120,80)
turtle.penup()
turtle.goto(-180,90)
turtle.pendown()
turtle.seth(-130)
turtle.circle(15,110)
turtle.seth(40)
turtle.circle(-106,83)
turtle.seth(30)
turtle.circle(18,105)
turtle.fillcolor(‘white’)
turtle.end_fill()
#right eye
turtle.penup()
turtle.goto(20,90)
turtle.pendown()
turtle.seth(40)
turtle.begin_fill()
turtle.circle(-120,80)
turtle.penup()
turtle.goto(20,90)
turtle.pendown()
turtle.seth(-130)
turtle.circle(15,110)
turtle.seth(40)
turtle.circle(-106,83)
turtle.seth(30)
turtle.circle(18,105)
turtle.fillcolor(‘white’)
turtle.end_fill()
#Eyeball
turtle.pensize(2)
turtle.penup()
turtle.goto(50,95)
turtle.pendown()
turtle.begin_fill()
turtle.circle(8,360)
turtle.fillcolor(‘black’)
turtle.end_fill()
turtle.penup()
turtle.goto(-150,95)
turtle.pendown()
turtle.begin_fill()
turtle.circle(8,360)
turtle.fillcolor(‘black’)
turtle.end_fill()
#Blush
turtle.pensize(1)
turtle.pencolor(‘pink’)
turtle.begin_fill()
turtle.penup()
turtle.goto(-160,50)
turtle.pendown()
turtle.seth(-90)
for i in range(2):
for j in range(10):
turtle.forward(j)
turtle.left(9)
for j in range(10,0,-1):
turtle.forward(j)
turtle.left(9)
turtle.fillcolor(‘pink’)
turtle.end_fill()
turtle.pensize(1)
turtle.pencolor(‘pink’)
turtle.begin_fill()
turtle.penup()
turtle.goto(40,50)
turtle.pendown()
turtle.seth(-90)
for i in range(2):
for j in range(10):
turtle.forward(j)
turtle.left(9)
for j in range(10,0,-1):
turtle.forward(j)
turtle.left(9)
turtle.fillcolor(‘pink’)
turtle.end_fill()
turtle.hideturtle()
turtle.done()
相關文章
- 【python:turtle繪畫 聖誕樹】Python
- Python繪圖Turtle庫詳解Python繪圖
- python 使用turtle庫簡單繪圖5個列子Python繪圖
- Python基本圖形繪製--模組1:turtle庫的使用Python
- 使用Python的turtle模組繪製美麗的櫻花樹Python
- python中turtle如何畫太陽花?Python
- 今日得閒,完善一下之前用python畫的滑稽笑臉的程式碼,附計算過程Python
- Python繪圖,聖誕樹,花,愛心 | Turtle篇Python繪圖
- Python如何運用turtle繪製陰陽太極圖Python
- 用python的小海龜 Turtle 畫一朵好看又有趣的小花Python
- turtle繪製國際象棋棋盤
- (二)turtle庫的使用
- Python3 turtle教程Python
- Python Turtle實現彈球Python
- Python寫春聯(turtle版)Python
- Python學習筆記——turtle庫Python筆記
- 使用Cloudflare Worker搭建自己的AI繪畫工具CloudAI
- 使用canvas繪製圓弧動畫Canvas動畫
- 使用Python在Excel畫畫PythonExcel
- canvas繪製笑臉表情Canvas
- AI繪畫AI
- 圖片轉繪畫效和繪畫軟體
- 使用 CSS 繪製帶有動畫效果的 React LogoCSS動畫ReactGo
- AI 繪畫 - 如何 0 成本線上體驗 AI 繪畫的魅力AI
- 畫圖板的重繪
- turtle庫
- Ai繪畫教程:如何用ai繪畫軟體來生成城市插畫AI
- 新手常用的繪畫軟體
- canvas繪製動畫的技巧Canvas動畫
- Python-python3.8安裝turtle的各種問題及解決方案Python
- canvas繪製卡通人臉形象效果Canvas
- 使用MidJourney生成AIGC教程:繪製一隻可愛的小貓_MJ繪畫提示詞midjourneyAIGC
- python中使用OpenCV畫線PythonOpenCV
- 使用python繪出常見函式Python函式
- WPF 之繪畫(十一)
- View繪製——畫多大?View
- View繪製——畫在哪?View
- 只需45秒,Python給故宮畫一組手繪圖!Python繪圖