run_test.txt

Go to testing directory:
cd C:\Users\raysm\vscode\testing

install:
(.venv) C:\Users\raysm\vscode\testing>py -m pip --no-cache-dir install --force-reinstall -i https://test.pypi.org/simple graphics_braille

setup environment:
py -m venv venv
venv\Scripts\Activate

run with hack_dir
py x_show_square_loop_colors_braille.py x

run without hack_dir

py x_show_square_loop_colors_braille.py

