Metadata-Version: 2.4
Name: quizie
Version: 0.1.1
Summary: Generate quizzes on any topic using Gemini AI.
Home-page: https://github.com/SHAIK-ABDUL-KHADEER/Quizie
Author: Shaik Abdul Khadeer
Author-email: support@epochie.com
License: MIT
Classifier: Programming Language :: Python :: 3
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
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
