Python Forum
Tkinter Shell Terminal Or Shell Output
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tkinter Shell Terminal Or Shell Output
#5
I have a fully functional windows terminal in python tkinter. It even supports full screen apps. You can ssh from inside the window to a Linux host and run full screen terminal apps like vi and htop. You can install via pip to test. It's called tkwinterm, here's the full repo https://github.com/scottpeterman/tkwinterm. It uses pywinpty, which is something you might want to look in to if you want to build your own terminal interfaces. You will get a lot more out of it than with subprocess, like color support for starters.
Reply


Messages In This Thread
RE: Tkinter Shell Terminal Or Shell Output - by speterman1987 - Feb-03-2024, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinter | entry output. Sap2ch 1 2,040 Sep-25-2021, 12:38 AM
Last Post: Yoriz
  How to show terminal output in GUI Rubberduck 2 8,853 May-29-2021, 09:01 AM
Last Post: Rubberduck
  [Tkinter] acceleration of data output in treeview tkinter Vladimir1984 4 4,274 Nov-21-2020, 03:43 PM
Last Post: Vladimir1984
  Displaying output in GUI ( Tkinter) Zouloutamtam 7 18,635 Sep-29-2020, 02:08 PM
Last Post: Zouloutamtam
  [Tkinter] Logs and terminal in Tkinter Prezess 1 3,209 Jul-26-2020, 09:49 PM
Last Post: Larz60+
  How to display results from terminal window onto tkinter. buttercup 0 3,685 Jul-21-2020, 04:41 AM
Last Post: buttercup
  How to print out the wisget structure in shell menator01 0 1,637 Apr-26-2020, 04:20 AM
Last Post: menator01
  [GTK] Virtual python shell with Vte.Pty.spawn_async() jiri 2 3,394 Oct-20-2019, 12:16 PM
Last Post: Axel_Erfurt
  Active tkinter text output during loop dvanommen 2 10,852 Oct-18-2019, 02:23 PM
Last Post: dvanommen
  sQlite3 output to tkinter treeview - how do I set / increase width of the output? dewijones67 5 6,747 Jan-23-2019, 08:45 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020