创建和绘制树的包

Tree的Python项目详细描述


https://img.shields.io/pypi/v/tree.svg?style=flat-squarehttps://img.shields.io/pypi/l/Tree.svg?style=flat-square

python包,可用于生成和绘制树、真实树或分形树。

用法

$ pip install Tree
frommathimportpi,radiansasradfromTree.coreimportTreefromPILimportImagebranches=((.5,rad(-30)),(.6,rad(30)),(.4,rad(60)))defmain():tree=Tree(pos=(0,0,0,-500),branches=branches)# Let the tree growtree.grow(10)# Move the tree in the right position, so that the tree is completly in the imagetree.move_in_rectangle()im=Image.new("RGB",tree.get_size(),(239,239,239))tree.draw_on(im,(85,25,0,128,53,21),(0,62,21),10)im.show()if__name__=='__main__':main()
https://raw.githubusercontent.com/PixelwarStudio/PyTree/master/images/example.png

文档

文档位于Readthedocs上。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何显示因用户而异的SQLite存储数据?   转换java。sql。将映射传递给Jackon的valueToTree方法时StringNode的时间戳   从java中的列表json获取值   unicode Java字符存储在什么编码中?   java如何让Spring数据存储库中的默认方法命中缓存?   java使用readClassDescriptor()和resolveClass()来允许序列化版本控制   数组通过另一个矩阵的一部分填充矩阵   如果包含使用正则表达式的字符串,则替换父XML标记的java   java清除SharedReference中的单个变量   java将变量值从一个jsp页面传输到另一个jsp页面   java JDBC+SQLite:DriveManager不加载所需的驱动程序   相同源代码的java Kotlin构建生成不同的二进制文件   Java中的元组枚举