Metadata-Version: 2.1
Name: xiaoranli_quiz
Version: 0.1
Summary: A quiz application
Home-page: https://github.com/yourusername/quiz_app
Author: xiaoranli
Author-email: 1240897116@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: prompt_toolkit
Requires-Dist: colorama
Requires-Dist: rich

# Xiaoranli Quizz

A command-line quiz application.

## Installation

To install the package, run:

```bash
pip install .
```
