TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension.
tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterDnD makes this functionality available for Python/Tkinter.
Categories
User Interface (UI)License
Public DomainFollow TkinterDnD
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you for providing TkinterDnD2. I tried to import TkinterDnD2 into python 3.3 on windows8. I used 2to3 script, and changed "Tkinter.StringType" to "bytes". Now, test.py looks like working on my python 3.3. Thank you.