Metadata-Version: 2.1
Name: frenchlearning
Version: 0.1.1
Summary: A Python package for learning French, including memorization and quizzing modules.
Home-page: https://github.com/tianyi-xia1/project-step-3.git
Author: Tianyi Xia, Litao Zheng
Author-email: kevinhsia6@gmail.com, zhenglitao0305@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# FrenchLearning

![Build Status](https://img.shields.io/badge/build-passing-brightgreen)

FrenchLearning is a Python package designed to help users memorize French vocabulary and test their knowledge through quizzes.

## Features
- **Memorization Module**: Tools for effective memorization of French words.
- **Quiz Module**: Create and manage quizzes to test your knowledge.

## Installation

Install the package using pip:

```bash
pip install frenchlearning
```
## Usage
```python
# Import modules from the package
from frenchlearning.memorization import classes, initializer
from frenchlearning.quiz import quizzing, main, manager
```
## License
MIT License
Copyright (c) [2024] [Tianyi Xia][Litao Zheng]

## Authors
Tianyi Xia
Litao Zheng
