A Simple Introduction to TUI with PythonGUI
A TUI, short for Terminal User Interface, uses the terminal’s advanced features as the basis for a kind of GUI, generally occupying the full area of the terminal. It uses escape codes on UNIX platforms and proprietary console commands on the Windows platform to take control of the entire console window and display a user interface. Check out the Python GUI blog post for further information on the TUI. Visit: https://shorturl.at/jWEa8
A TUI, short for Terminal User Interface, uses the terminal’s advanced features as the basis for a kind of GUI, generally occupying the full area of the terminal. It uses escape codes on UNIX platforms and proprietary console commands on the Windows platform to take control of the entire console window and display a user interface. Check out the Python GUI blog post for further information on the TUI. Visit: https://shorturl.at/jWEa8
A Simple Introduction to TUI with PythonGUI
A TUI, short for Terminal User Interface, uses the terminal’s advanced features as the basis for a kind of GUI, generally occupying the full area of the terminal. It uses escape codes on UNIX platforms and proprietary console commands on the Windows platform to take control of the entire console window and display a user interface. Check out the Python GUI blog post for further information on the TUI. Visit: https://shorturl.at/jWEa8
0 Comments
0 Shares
514 Views