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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.