How to design a GUI of a shell script? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to design a GUI of a shell script?

I had created a shell script but Unix is not user friendly. So I want to design a GUI for the same. Can anyone suggest me the solution.

27th May 2017, 2:52 PM
Sandeep Singh
Sandeep Singh - avatar
5 Answers
+ 1
One language that would make doing that easy would be Python. Python has many GUI packages but if you are looking just to show popups for the user to choose or add an option I would sugest 'Easygui'. If you are going to something that looks native, pretty, free and robust use 'WxWidgets'. For something cross platform, pretty and free (even running in Android) use 'Kivy'. P.S. The one I like more is Kivy. Python comes with a package called tkinter. It is also good for minimalists GUIs.
27th May 2017, 3:38 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
thanks a lot sir. I guess I should try with python if it serves the purpose else kivy.
27th May 2017, 3:39 PM
Sandeep Singh
Sandeep Singh - avatar
0
In what language is the script?
27th May 2017, 3:26 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
Unix & fundamentals of shell
27th May 2017, 3:27 PM
Sandeep Singh
Sandeep Singh - avatar
0
I am facing issues while using wxwidgets.
31st May 2017, 4:11 AM
Sandeep Singh
Sandeep Singh - avatar