用python画星空
用python画星空是怎样的呢?下面就让我们一起来了解一下吧
在绘制星空的过程中一般需要运用到turtle工具,它是属于Python的标准库,也可以将其称之为海龟库,它能够用于描绘绘图的轨迹,并且操作也比较简单、便捷。
参考范例
用python画星空的源代码介绍如下
from turtle import
from random import random,randt
screen = Screen()
width ,height = 800,600
screen.setup(width,height)
screen.title("模拟3D星空")
screen.bgcolor("black")
screen.mode("logo")
screen.delay(0)#这里要设为0,否则很卡
t = Turtle(visible = False,shape='circle')
t.pencolor("white")
t.fillcolor("white")
t.penup()
t.setheadg(-90)
t.goto(width/2,randt(-height/2,height/2))
stars = []
for i range(200):
star = t.clone()
s =random() /3
star.shapesize(s,s)
star.speed(t(s10))
star.setx(width/2 + randt(1,width))
star.sety( randt(-height/2,height/2))
star.showturtle()
stars.append(star)
while True:
for star stars:
star.setx(star.xcor() - 3 star.speed())
if star.xcor()<-width/2:
star.hideturtle()
star.setx(width/2 + randt(1,width))
star.sety( randt(-height/2,height/2))
star.showturtle()
以上就是推火网小编的分享了,希望能够帮助到大家。
生活知识
- 微信零钱被司法冻结怎么解决 微信零钱被限制使
- 华为手机的营销软文 华为手机软文营销推广
- 海外服务器租用的价格 海外服务器租用的价格高
- 市场营销实习报告 市场营销实习的核心要素
- 微信客服电话人工服务24小时 怎么找微信客服电
- 软文街:软文街登录平台有哪些
- 营销策划公司:营销策划公司有哪些
- 微信公众号平台:微信公众平台登录入口
- 软文写作:实用的软文写作技巧
- 微信支付密码在哪里修改 怎么修改微信支付密码
- 营销模式:营销模式分析
- 微信视频美颜怎么设置 oppo手机微信视频美颜设置
- 营销案例:深入剖析三个经典营销案例
- 软文平台:软文平台哪家好
- 微信拍一拍功能在哪里设置 手机微信拍一拍功能
- 市场营销专业就业方向 市场营销专业就业方向及