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
You Might Also Like
Network Management Software and Tools for Businesses and Organizations | Auvik Networks
Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you"ll see value in minutes, and stay with us to improve your IT for years to come.
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.