Skip to content

Commit bcbd9cd

Browse files
added link to video demo
1 parent d6aec66 commit bcbd9cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

images/regexcrossword.png

-10.6 KB
Binary file not shown.

interactive_exercises/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Adjust the terminal dimensions for the widgets to appear properly, for example 8
3434

3535
See [app_guide.md](https://github.com/learnbyexample/TUI-apps/blob/main/PyRegexExercises/app_guide.md)
3636

37+
# Video demo
38+
39+
You can view a demo video about this app on Youtube: [https://youtu.be/0oXPeF8HutQ](https://youtu.be/0oXPeF8HutQ)
40+
3741
# Looking for the tkinter version?
3842

3943
See [this repo commit](https://github.com/learnbyexample/py_regular_expressions/tree/8433b34bd3f03662abac25c754a5ecf871712980/interactive_exercises) for an earlier version written in `tkinter`. That GUI app had 75 questions and supported only `re.search()`, `re.sub()`, `re.findall()` and `re.split()` functions.

0 commit comments

Comments
 (0)