Metadata-Version: 2.4
Name: quizie
Version: 0.1.7
Summary: Quizie - AI-powered quiz and knowledge tool
Home-page: https://github.com/SHAIK-ABDUL-KHADEER/Quizie
Author: Shaik Abdul Khadeer
Author-email: support@epochie.com
License: MIT
Project-URL: Bug Tracker, https://github.com/SHAIK-ABDUL-KHADEER/Quizie/issues
Project-URL: Source Code, https://github.com/SHAIK-ABDUL-KHADEER/Quizie
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai
Requires-Dist: boto3
Requires-Dist: pandas
Dynamic: license-file

# Quizie

Quizie is a Python package that generates quizzes on any topic using Google's Gemini model.
It provides multiple-choice questions with options, ranging from easy to hard difficulty.

## Installation
```bash
pip install quizie
