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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file tkmfly-0.1.0b4.tar.gz.

File metadata

  • Download URL: tkmfly-0.1.0b4.tar.gz
  • Upload date:
  • Size: 192.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.2 Windows/10

File hashes

Hashes for tkmfly-0.1.0b4.tar.gz
Algorithm Hash digest
SHA256 4db1c124db01a0fb8144c4724d60f6416b07de2307e8d2732639015ec7853ff9
MD5 d3fbb26f213e94ca5028ad5fd7a35a10
BLAKE2b-256 43faa99b67cf69f953664b3d52879b45ba9e741ba9a81fe428d7dbad24df4d80

See more details on using hashes here.

File details

Details for the file tkmfly-0.1.0b4-py3-none-any.whl.

File metadata

  • Download URL: tkmfly-0.1.0b4-py3-none-any.whl
  • Upload date:
  • Size: 176.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.11.2 Windows/10

File hashes

Hashes for tkmfly-0.1.0b4-py3-none-any.whl
Algorithm Hash digest
SHA256 f488621cbd207c30c95caa78f9ef4c137b58d360d129355d9aa8f7c2b0b85089
MD5 4ca3ea5e6649a332529a00643bffa60d
BLAKE2b-256 e5fd5bd3c001901cfe11b71de5552a17422908348b8dd821e4cac0e47cc58665

See more details on using hashes here.

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