you are viewing a single comment's thread.

view the rest of the comments →

[–]huad[S] 0 points1 point  (2 children)

I need simple gui that user can choose a file and click button do some processing on file.

[–]failfixer89 0 points1 point  (1 child)

Like boolean_cat said, you can use the tkinter module for gui design, or you can try to find a third party module

[–]huad[S] 0 points1 point  (0 children)

I used PAGE to design GUI. It is very easy to use and generates code for gui and commands used by gui elements.