Metadata-Version: 2.1
Name: regexexercises
Version: 1.0.0
Summary: 100+ exercises for Python Regular Expressions
Project-URL: Source, https://github.com/learnbyexample/TUI-apps/tree/main/PyRegexExercises
Project-URL: Issues, https://github.com/learnbyexample/TUI-apps/issues
Author-email: Sundeep Agarwal <learnbyexample.net@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: regex
Requires-Dist: textual==0.14.0
Description-Content-Type: text/markdown

# Python re(gex)? exercises

This TUI application is intended to help you practice Python regular expressions. There are more than 100 exercises covering both the builtin `re` and third-party `regex` module.

# Screenshot

![Sample Python regex exercise](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/PyRegexExercises/pyregex_exercises.png)

# Guide

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

# Video demo

You can view a video demo here: [https://youtu.be/0oXPeF8HutQ](https://youtu.be/0oXPeF8HutQ)

# License

Code snippets are licensed under [MIT LICENSE](https://github.com/learnbyexample/TUI-apps/blob/main/LICENSE)

Exercise questions and associated files (like `questions.json`) are licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)

