This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Tags: littlewhitecloud/TkTerminal
Tags
A bunch of fix and improvements (#32) * ... * Update README.md * Update README_CH.md * Update README_CH.md * Update README.md * Small loop * oops * Eat my word, taste bad. * upload the screenshot * Eat my word..... Taste nice! * cut off some tr sp * sorry * Ate my word * Delete littlewhitecloudversion.py * Update tkterm.py * Update * More easier to determine the platform with out complex if else * not default * autohide will no longer default * update document * rename hi to historyindex * com img * wrong path s * s w p * comp image * fix #37 & #38 and a small tweak I am gotta leave now, here you go @Moosems * Update example_ch.py * black, isort and small documents * black, isort and doc * Pep8? * Forgot this * bump version * Update README.md * fix #41 * fix #40 * Update README_CH.md * Update tkterm.py * fix typo * a better way to improve it * del usele * small update * also small updates * style...? * also import styles * emm * rm CREATE_N?EW_CONSOLE * Update tkterm.py * make you happy :) * fix a lot * black isort ruff merge variable name * type ann and isort --------- Co-authored-by: Moosems <[email protected]>
Improve (#24) * Add files via upload * use ```communicate()``` instead of ```wait()``` * Update tkterm.py revert * Spend a lot of time to find it LOL * remove debug * avoid do a lot of stuff if cmd is none * Small tweaks * Update .editorconfig * .. * Update .editorconfig * fix * emm * small cleanup * Bump version to prepare for the upload * abab * I remember that * Update tktermwidget/tkterm.py * Update .editorconfig * Add type * Update tkterm.py * Update tkterm.py
More improvements (#21) * Left, scrollbar options @littlewhitecloud I made the autohide scrollbars optional to make both of us happy. In my apps, I always prefer the scrollbar rather than have it show later as it resizes to the apps needs and this would cause weird bugs but I know you like the idea of auto-hiding ones so now users have an option with it being true by default * Try making a kill command * maybe this works * add a final newline * update the windows.png * wat * Add files via upload * testing * Delete windows.png * Update README.md * ... * Delete _windows.png * ... * Basic improvements Added args and kwargs to keep everyone happy, changed default wrap to char for @littlewhitecloud, made the names in AutoHideScrollbar less unambiguous, added a basic docstring to the top. * A bit change * sync to main branch * Delete tkterm directory --------- Co-authored-by: XiaoBaiYun <[email protected]>