绘图:终端中带有Unicode盲文字符的像素图形

时间:2024-03-12 22:24:04
【文件属性】:

文件名称:绘图:终端中带有Unicode盲文字符的像素图形

文件大小:136KB

文件格式:ZIP

更新时间:2024-03-12 22:24:04

Python

德拉利 使用Unicode字符在终端中绘图 用法 from __future__ import print_function from drawille import Canvas from math import sin , radians c = Canvas () for x in range ( 0 , 1800 , 10 ): c . set ( x / 10 , 10 + sin ( radians ( x )) * 10 ) print ( c . frame ()) from drawille import Turtle t = Turtle () for _ in range ( 36 ): t . right ( 10 ) for _ in range ( 36 ): t . right ( 10 ) t . f


【文件预览】:
drawille-master
----docs()
--------images()
----drawille.py(11KB)
----LICENSE(34KB)
----examples()
--------rotating_cube.py(3KB)
--------image2term3.py(5KB)
--------image2term.py(4KB)
--------xkcd.py(1KB)
--------flappy_birds.py(6KB)
--------speed_test.py(445B)
--------basic.py(732B)
--------sine_tracking.py(666B)
--------turtle.py(209B)
----setup.py(1KB)
----tests.py(3KB)
----README.md(4KB)

网友评论