tkterminal icon indicating copy to clipboard operation
tkterminal copied to clipboard

Terminal widget for Tkinter library.

Results 12 tkterminal issues
Sort by recently updated
recently updated
newest added

When I use "cd" to change directory it will change the directory but it gives this error message: "/bin/sh: line 0: cd: Documents: No such file or directory". Again, this...

This project is __awesome__! As far as I am aware there is only one error: When I try to run `echo "hi"` or any other __[two word]__ command while not...

I was hoping to use this for a personal IDE made in tkinter but when I try to run a python script that has an input command it gives the...

When you run tkterminal on a script that went through pyinstaller it stops working when asked to run files and starts saying that python3 doesn't work and when python is...

I'v got widows with ru lang and terminal cant encode it with utf-8 so I decided to change lang of terminal with chcp command but its not working. ![Скриншот 26-03-2022...

if i try Terminal(self.terminal_frame, encoding="utf-8", background="black", foreground="white") _tkinter.TclError: unknown option "-encoding" and i doesnt know how to make a encoding to utf-8 ![изображение](https://github.com/Saadmairaj/tkterminal/assets/112832151/63866051-5856-4c20-b1fb-7d1bc002c726)

Also i have added selectforeground for the terminal

changed binding for clear, pressing k in windows machines clears screen instantly and we dont need that so i changed it to Control+L

**Steps to Reproduce:** 1. Run `printf Hello` in a `tkterminal` instance (I'm using `shell=True`) 2. The output is: `Hellotkterminal$` 3. Now press Return **Expected Behavior:** The output should be empty...