bext icon indicating copy to clipboard operation
bext copied to clipboard

A cross-platform Python 2/3 module for colorful, text-based terminal programs.

Results 6 bext issues
Sort by recently updated
recently updated
newest added

Nothing is printed to the screen on Ubuntu and on Windows, it keeps printing the ImportError: print('This program requires the bext module, which you') print('can install by following the instructions...

Here is an error message from bext module when bext.hide() is used in analogClock.py example. ``` File` "...Documents/python/tutorial-env/lib/python3.10/site-packages/bext/__init__.py", line 588, in hide sys.out.write('\033[?25l') AttributeError: module 'sys' has no attribute 'out'`...

Good evening, using your library I came across two errors the 1st in line 568 and 569 was about **sys.out.***** I fixed it on **sys.stdout.***** after that the error "the...

Hi! :) First of all, thanks for the wonderful app! I have encountered this issue: when I run a script on Windows in CMD or Windows terminal and getKey any...

in __init__.py, I was able to fix goto by going to line 650 and re-inserting: elif currentPlatform == 'unix': # macOS and Linux: import tty, termios, select, codecs # Used...

Yellow appears as white on Windows. However, this only happens when I run cmd.exe directly, and not when I run the "Command Prompt" shortcut from the Start menu. I'm not...