Skip to content

Commit

Permalink
Omit demo06 from demos.sh
Browse files Browse the repository at this point in the history
It is too visually disruptive,
making it hard to see whether any of the demos
are working properly
  • Loading branch information
tartley committed Jun 15, 2022
1 parent 0f5c36f commit 372c486
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ rm -f demo04.out
# Demonstrate the difference between colorama initialized with wrapping on and off.
python demo05.py

# Demonstrate printing colored, random characters at random positions on the screen
python demo06.py
# Skip demo06
# It is too visually disruptive,
# making it hard to see whether any of the demos are working correctly.

# Demonstrate cursor relative movement: UP, DOWN, FORWARD, and BACK in colorama.CURSOR
python demo07.py
Expand Down

0 comments on commit 372c486

Please sign in to comment.