A fun quiz library for kids
Project description
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
pip install quiz-for-kids
Usage
import quiz_for_kids as qfk
variables = ["x", "y", "z"]
equations, data = qfk.linear_system.integer_equations(variables, var_min=1,var_max=4, coef_min=-1,coef_max=3, in_extensive=True)
print("\n".join(equations))
print(data)
License
This project is licensed under the GPLv3 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quiz-for-kids-0.1.2.tar.gz
(17.0 kB
view hashes)
Built Distribution
Close
Hashes for quiz_for_kids-0.1.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | d1f01c9ae6969f84cd4808c250ae511189b60669d28de0efc5ceb4b1b7c55156 |
|
| MD5 | d7107ed06cc57a2d993d7a7b929fdb8e |
|
| BLAKE2b-256 | 07a4379db10c27b042b86cb1147983095563e56231117420fba39dad5768fee4 |