Thursday, May 5, 2022

[SOLVED] Make a Linux "GUI" in the command line

Issue

How to make a Linux program in the Command Line Interface who display a nice user interface?

For example when I use "wget" to download a file from internet, I can see the download advancement in the Command Line Interface. How can I do that?


Solution

Take a look at curses. It is a library for text based UI.



Answered By - Brian Rasmussen
Answer Checked By - Mary Flores (WPSolving Volunteer)