Skip to content

yanagi55/QuickDropGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Drag-and-Drop GUI with wxPython


Create a window that accepts files with Drag-and-Drop

どうしてもファイルのドラッグ&ドロップを使いたいのに、
簡単に書けるちょうど良いツールが無いので、モジュールとしてまとめます。

ドラッグ&ドロップを使わないなら、
大抵は PythonSimpleGUI を使うほうが良いと思います。

How to use


from quick_drop import get_filelist
paths = get_filelist()

print(paths)
$ ['filepathA', 'filepathB', ...]

Environment


  • Windows 10

About

Create an window that accepts files with Drag-and-Drop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages