TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.8k stars 1.03k forks source link

dynamic output terminal #2399

Open Abhiyong opened 2 months ago

Abhiyong commented 2 months ago

I want to make Output terminal which should be dynamic same as Visual studio Terminal where Output and print data display. How to make in Custom TKinter?

when i run my code all the print and output show in the terminal without any extra button.

Akascape commented 2 months ago

@Abhiyong You can try this terminal widget called TkTerm which looks like this:

You can also use tkterminal widget is a similar but simple terminal widget, check here: https://github.com/TomSchimansky/CustomTkinter/discussions/623#discussioncomment-4169182