Watch the video:
Timestamps:
0:00 - Explanation
0:33 - How to enable drag and drop onto python files (.py)
1:56 - Enable drag and drop onto .pyc and .pyw files
2:17 - How to use files dragged onto python files
2:54 - Remove drag and drop onto Python filesWant to drag and drop files onto any Python file? Well, this simple video shows you how to enable that in Windows with just a few easy steps. By the end, you can use them like you would any other input argument! An example is even included!
———
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Python.File\shellex\DropHandler]
@="{60254CA5-953B-11CF-8C96-00AA00B8708C}"
pyw: Python.NoConFile
pyc: Python.CompiledFile