littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

Improvements #13

Closed Moosems closed 1 year ago

Moosems commented 1 year ago

Follow PEP guidelines, make code more readable, more easily editable, make clear and cls clear the terminal, remove the uppercase method names, change from using constants, get rid of extra newlines, and make the directory work on UNIX systems.

Moosems commented 1 year ago

Fixes #1 Fixes #2 Fixes #3 Fixes #7 Fixes #8 Fixes #9 Fixes #10 Fixes #12

Moosems commented 1 year ago

@littlewhitecloud I highly encourage that you take a loot at tkterminal by Saadmairaj. It was decently developed but after a while he stopped maintaining it and I hope this can learn from tkterminal and improve. If this is well developed and maintained I will likely even use it in a personal project to be honest.

Moosems commented 1 year ago

May want to use pty.

littlewhitecloud commented 1 year ago

Thanks! I will check out your pr when I am free.

littlewhitecloud commented 1 year ago

thanks