Metadata-Version: 2.1
Name: quiz-for-kids
Version: 0.1.0
Summary: A fun quiz library for kids
Home-page: https://github.com/trucomanx/quiz-for-kids
Author: Fernando Pujaico Rivera
Author-email: fernando.pujaico.rivera@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Quiz for Kids

**Quiz for Kids** is a Python library designed to create fun and educational quizzes for children. 

## Features
- Easy to use
- Customizable questions
- Suitable for children of all ages

## Installation

```bash
pip install quiz-for-kids
```

## Usage

```python
from quiz_for_kids import core
```

## License

This project is licensed under the GPLv3 License.


