+ 2

How to bulid GUI for a python 3 code ?

I have written script in Python and I want to make GUI in which I want that a file is drag drop and Python code put desired function on that file.

15th Oct 2018, 11:49 AM
Vishesh
1 Resposta
+ 2
You can use many Python's GUIs such as Tkinter, PyGame and others that you can find in this list https://wiki.python.org/moin/GuiProgramming
15th Oct 2018, 1:02 PM
Tim Thuma
Tim Thuma - avatar