Metadata-Version: 2.3
Name: pythonexercises
Version: 0.9.1
Summary: exercises and quiz for beginner-intermediate level Python learners
Project-URL: Source, https://github.com/learnbyexample/TUI-apps/tree/main/PythonExercises
Project-URL: Issues, https://github.com/learnbyexample/TUI-apps/issues
Author-email: Sundeep Agarwal <learnbyexample.net@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: textual[syntax]>=0.85.2
Description-Content-Type: text/markdown

# Python Exercises

This interactive TUI app includes exercises and multiple-choice questions intended to test the understanding of beginner to intermediate level Python learners.

# Screenshots

![Sample screenshot for Python exercises](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/PythonExercises/python_exercises.png)

![Sample screenshot for Python quiz](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/PythonExercises/python_quiz.png)

# Guide

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

# License

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

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

