Skip to main content

TkinterDnD2 is a python wrapper for George Petasis'' tkDnD Tk extension version 2

Project description

TkinterDnD2

Eliav2/tkinterdnd2 is a fork of the (unmaintained) pmgagne/tkinterdnd2 which is a python wrapper for tkdnd .

This repo was originally forked and edited for the purpose of publishing to pypi so one could simply install this package with pip install tkinterdnd2.

This repository is being maintained to ensure availability of tkinterdnd2 into the future.

Install

python -m pip install tkinterdnd2

Usage

import tkinter as tk

from tkinterdnd2 import DND_FILES, TkinterDnD

root = TkinterDnD.Tk()  # notice - use this instead of tk.Tk()

lb = tk.Listbox(root)
lb.insert(1, "drag files to here")

# register the listbox as a drop target
lb.drop_target_register(DND_FILES)
lb.dnd_bind('<<Drop>>', lambda e: lb.insert(tk.END, e.data))

lb.pack()
root.mainloop()

tkinterdnd2 example usage

see any of the demos for usage examples.

tkinterdnd2

Tkinter native drag and drop support for windows, unix and Mac OSX.

What is TkinterDnD2

TkinterDnD2 is a python wrapper for George Petasis' tkDnD Tk extension version 2.

It is a domain public project.

What is TkDnD2

tkDnD2 is a tcl/Tk extension adding native drag and drop support.

What this repository is about

This repo package TkinterDnD2 and tkdnd2 into a standard python module.

When the extension is imported in python its location will be automatically added to the Tk search path.

This repository contains the compiled binaries from https://github.com/petasis/tkdnd/releases/tag/tkdnd-release-test-v2.9.4. In order to provide support on ARM, we include built binaries from the now defunct tkinterdnd2-universal which added ARM support.

pyinstaller

When using pyinstaller, you should use the hook-tkinterdnd2.py file included to collect the TkDnD binaries and build them into the project. To use it, copy it into the base directory of your project, then run pyinstaller as follows:

pyinstaller -F -w myproject/myproject.py --additional-hooks-dir=.

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

tkinterdnd2-0.4.4.tar.gz (413.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tkinterdnd2-0.4.4-py3-none-any.whl (460.5 kB view details)

Uploaded Python 3

File details

Details for the file tkinterdnd2-0.4.4.tar.gz.

File metadata

  • Download URL: tkinterdnd2-0.4.4.tar.gz
  • Upload date:
  • Size: 413.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for tkinterdnd2-0.4.4.tar.gz
Algorithm Hash digest
SHA256 f3559444bff3e731d0925e49e02d94d4bc0963eadda085d16b45ed33718ed1ad
MD5 1f32d016f48f3a11bed53472c13c9807
BLAKE2b-256 c0cab4d2f7f625035d718d65bd756167b5d6f5894ab433fe3325d7650dd18cac

See more details on using hashes here.

File details

Details for the file tkinterdnd2-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: tkinterdnd2-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 460.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for tkinterdnd2-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3b63f26fbc9bb046d9c80e3b450f210edc42ec0f3c4e47b77745be372b253939
MD5 a1bed1de86ace79a3a5e1f1a162dc8b2
BLAKE2b-256 2dc8aeea6500a7abf57e6a595701865a999fd6182bfa797d0665f170cf84a284

See more details on using hashes here.

Supported by

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