Skip to main content

No project description provided

Project description

tkMiniFly

PyPI - Downloads PyPI

Require Require

介绍

tkfly之后,我发现库文件大了起来,就不会再上传到中国国内的部分镜像内了。如果想要使用轻量tkfly就推荐使用这个。 我将tkfly巨型库轻量库隔开制作出了tkfly 0.1.0b1^tkminifly 0.1.0b1^

使用

FlySimpleTree

from tkmfly import FlySimpleTree
from tkinter import Tk

root = Tk()

tree = FlySimpleTree()
tree.add(0, "1")
tree.add(0, "2")
tree.add(2, "2-1")
tree.add(2, "2-2")
tree.add(2, "2-3")
tree.add(0, "3")
tree.add(6, "3-1")
tree.add(7, "4-1")
tree.pack(fill="both", expand="yes")

root.mainloop()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkmfly-0.1.0b4.tar.gz (192.6 kB view hashes)

Uploaded Source

Built Distribution

tkmfly-0.1.0b4-py3-none-any.whl (176.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page