Metadata-Version: 2.1
Name: word2quiz
Version: 0.1.15
Summary: Create quizzes in Canvas from simple Word docx files using CanvasRobot/Canvasapi
Home-page: https://github.com/ndegroot/word2quiz
License: MIT
Author: Nico de Groot
Author-email: ndegroot0@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=9.1.0,<10.0.0)
Requires-Dist: attrs (>=22.1.0,<23.0.0)
Requires-Dist: canvasapi (>=3.0.0,<4.0.0)
Requires-Dist: canvasrobot
Requires-Dist: docx2python (>=2.0.4,<3.0.0)
Requires-Dist: keyring (>=23.6.0,<24.0.0)
Requires-Dist: python-docx (>=0.8.11,<0.9.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.4.4,<13.0.0)
Project-URL: Repository, https://github.com/ndegroot/word2quiz
Description-Content-Type: text/markdown

# Word2Quiz
Create quizzes in Canvas from a Word docx file with defined paragraph and 
text formatting (H1, H2, numbered lists for the question,
alphabetic lists for the answers) using
[Canvasapi](https://canvasapi.readthedocs.io/en/stable/getting-started.html) with the
CanvasRobot library.

A library to use in a webapp, command-line tool or gui program. 
As an example a simple standalone command-line tool will be provided.



