当前位置:   article > 正文

Python表白代码:太秀了,用过的人都找到了对象...【满屏玫瑰盛开】_python绘制满屏玫瑰盛开

python绘制满屏玫瑰盛开

导语

暗恋让人受尽委屈!一开始,你是我的秘密,我怕你知道,又怕你不知道,又怕你知道装作不知道!

大概就是暗恋的感受吧,可若是双向奔赴,那简更是甜蜜度爆表,快同小编吃下这波狗粮!

跟着上一期的玫瑰花花样表白之后,小编新出了2款新型升级之后的表白代码!

花样表白总有一款是你喜欢的!效果满分~

正文

还是熟悉的配方!熟悉的味道!

盛开的蓝玫瑰

效果如下:

附源码:

  1. t.setup(800,800)
  2. t.hideturtle()
  3. t.speed(11)
  4. t.penup()
  5. t.goto(50,-450)
  6. t.pensize(5)
  7. t.pencolor("black")
  8. t.seth(140)
  9. t.pendown()
  10. t.speed(10)
  11. t.circle(-300,60)
  12. t.fd(100)
  13. #叶子
  14. t.seth(10)
  15. t.fd(50)
  16. t.fillcolor("green")
  17. t.begin_fill()
  18. t.right(40)
  19. t.circle(120,80)
  20. t.left(100)
  21. t.circle(120,80)
  22. t.end_fill()
  23. t.seth(10)
  24. t.fd(90)
  25. t.speed(11)
  26. t.penup()
  27. t.fd(-140)
  28. t.seth(80)
  29. #一片叶子
  30. t.pendown()
  31. t.speed(10)
  32. t.fd(70)
  33. t.seth(160)
  34. t.fd(50)
  35. t.fillcolor("green")
  36. t.begin_fill()
  37. t.right(40)
  38. t.circle(120,80)
  39. t.left(100)
  40. t.circle(120,80)
  41. t.end_fill()
  42. t.seth(160)
  43. t.fd(90)
  44. t.speed(11)
  45. t.penup()
  46. t.fd(-140)
  47. t.seth(80)
  48. t.pendown()
  49. t.speed(10)
  50. #
  51. t.fd(100)
  52. #花瓣
  53. t.seth(-20)
  54. t.fillcolor("blue")
  55. t.begin_fill()
  56. t.circle(100,100)
  57. t.circle(-110,70)
  58. t.seth(179)
  59. t.circle(223,76)
  60. t.end_fill()
  61. #2花瓣
  62. t.speed(11)
  63. t.fillcolor("blue")
  64. t.begin_fill()
  65. t.left(180)
  66. t.circle(-223,60)
  67. t.seth(70)
  68. t.speed(10)
  69. t.circle(-213,15)#55
  70. t.left(70)#125
  71. t.circle(200,70)
  72. t.seth(-80)
  73. t.circle(-170,40)
  74. t.circle(124,94)
  75. t.end_fill()
  76. #
  77. t.speed(11)
  78. t.penup()
  79. t.right(180)
  80. t.circle(-124,94)
  81. t.circle(170,40)
  82. t.pendown()
  83. t.speed(10)
  84. t.seth(-60)
  85. t.circle(175,70)
  86. t.seth(235)
  87. t.circle(300,12)
  88. t.right(180)
  89. t.circle(-300,12)
  90. t.seth(125)
  91. t.circle(150,60)
  92. t.seth(70)
  93. t.fd(-20)
  94. t.fd(20)
  95. t.seth(-45)
  96. t.circle(150,40)
  97. t.seth(66)
  98. t.fd(-18.5)
  99. t.fd(18.5)
  100. t.seth(140)
  101. t.circle(150,27)
  102. t.seth(60)
  103. t.fd(-8)
  104. t.speed(11)
  105. t.penup()
  106. t.left(20.8)
  107. t.fd(-250.5)
  108. #3花瓣
  109. t.pendown()
  110. t.speed(10)
  111. t.fillcolor("blue")
  112. t.begin_fill()
  113. t.seth(160)
  114. t.circle(-140,85)
  115. t.circle(100,70)
  116. t.right(165)
  117. t.circle(-200,32)
  118. t.speed(11)
  119. t.seth(-105)
  120. t.circle(-170,14.5)
  121. t.circle(123,94)
  122. t.end_fill()
  123. t.done()

下面这款是超超超超超~好看好美的满屏开满玫瑰花的源码哦!

效果满分—满屏玫瑰花开。

这是不同时间段的抓拍截图(一)

抓拍截图(二)

​抓拍截图(三)

效果满分,后面的会一直开满电脑屏幕哦!这边小编直接打包完成了.exe的文件

大家需要的直接拿去表白啦~

总结

好啦!这二款都超好看~最后这款满屏玫瑰效果满分,你可以直接发给需要表白的对象啦

你们的支持是我最大的动力!!记得三连哦~mua  欢迎大家阅读往期的文章~

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/111813

推荐阅读
相关标签