diff --git a/Python/bed.png b/Python/bed.png new file mode 100644 index 0000000..4a8203c Binary files /dev/null and b/Python/bed.png differ diff --git a/README.md b/README.md index d8121ae..b1fa9b3 100644 --- a/README.md +++ b/README.md @@ -210,10 +210,14 @@ class BTUI: ``` See [Python/test.py](Python/test.py) for example code, which can be run with -`make testpython`. Also, see [Python/bed.py](Python/bed.py), which is a BTUI -editor in around 200 lines of code. It's fairly performant and it showcases a -nontrivial example program using BTUI. Usage: `./bed.py ` (must be run -locally). +`make testpython`. + +![BTUI bed screenshot](Python/bed.png) + +BTUI also comes with a demo text editor program, bed (BTUI Editor), at +[Python/bed.py](Python/bed.py) in around 200 lines of code. It's fairly +performant and it showcases a nontrivial example program using BTUI. Usage: +`./bed.py ` (must be run locally). The Python API also allows you to run BTUI in "debug" mode `btui.open_btui(debug=True)`, which simply adds a timer delay (default: 50ms)