About 47,500,000 results
Open links in new tab
  1. How do I create a terminal-based GUI? - Unix & Linux Stack …

    May 28, 2016 · ncurses (new curses) is a programming library providing an API that allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator

  2. Make a Linux "GUI" in the command line - Stack Overflow

    May 23, 2015 · If you want to do a GUI for Bash scripts or to wrap around other command line utilities, you can use dialog (man page). Here two great dialog tutorial to get you started : Improve Bash Shell Scripts Using Dialog.

  3. How to Create GUI Applications Under Linux Desktop Using …

    Feb 20, 2022 · PyGObject is a valuable tool for creating advanced GUI applications in Linux. It allows developers to create visually appealing and user-friendly interfaces while leveraging the power of the GObject system to manage memory and other resources efficiently.

  4. Creating dialog-based GUIs in the terminal - Linux Bash

    Discover how to craft interactive, dialog-based graphical user interfaces (GUIs) within the Linux terminal using Bash and `dialog`. This article leads you through the basics of `dialog`, a tool that enables the creation of text-user interface widgets like message boxes, input forms, and menus directly in the terminal.

  5. How to Create Launchers on Linux Desktop - Baeldung

    Jul 6, 2024 · In this tutorial, we’ll check out methods to create launchers on a Linux desktop using the terminal, Graphical User Interface (GUI), and a third-party tool, known as Arronax. Notably, our examples involve creating a launcher for the Cheese application in a Ubuntu 22.04 GNOME desktop. 2. Using the Shell.

  6. How to Create GUI Applications In Linux Using PyGObject

    Oct 3, 2024 · PyGObject is a Python library that allows developers to create GUI applications on Linux desktops using the GTK (GIMP Toolkit) framework. GTK is widely used in Linux environments, powering many popular desktop applications like …

  7. How to Add a GUI to Linux Shell Scripts - UMA Technology

    Dec 21, 2024 · In this article, we will explore different ways to add a GUI to Linux shell scripts, including using graphical libraries such as GTK and Qt, as well as web-based interfaces. We will also discuss the benefits of adding a GUI to shell scripts, and provide step-by-step instructions for creating a simple GUI for a shell script.

  8. Create GUI Dialog Boxes In Bash Scripts With Whiptail - OSTechNix

    Feb 23, 2022 · Whiptail is a friendly GUI utility that uses a newt programming library. Whiptail offers different dialog boxes for different purposes. Depending upon your use case you can use these dialog boxes to make your script more interactive. 1. Message Box. 2. Info Box. 3. Yes/No Box. 4. Text Box. 5. Redirections. 6. Password Box. 7. Input Box. 8.

  9. Create more GUI and more CLI terminals in Linux - Medium

    Aug 9, 2023 · In this guide, we’ll delve into the art of creating more GUI and CLI terminals in Linux, empowering you to work smarter and more efficiently.\ Multiplexing Mastery with Tmux 🤹‍♂️: To juggle...

  10. How to Add a GUI to Linux Shell Scripts - How-To Geek

    Aug 6, 2019 · To give people an experience that's as frictionless as possible, you have to create and use GUI elements from your scripts. zenity allows you to incorporate a wide range of …

  11. Some results have been removed