Metadata-Version: 2.4
Name: ieltspeak
Version: 2025.8.21
Summary: a CLI application that displays IELTS speaking questions.
Project-URL: Documentation, https://github.com/duzhuoshanwai/ieltspeak#readme
Project-URL: Issues, https://github.com/duzhuoshanwai/ieltspeak/issues
Project-URL: Source, https://github.com/duzhuoshanwai/ieltspeak
Author-email: duzhuoshanwai <duzhuo@saint1337.top>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: IELTS
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click
Description-Content-Type: text/markdown

# ieltspeak

[![PyPI - Version](https://img.shields.io/pypi/v/ieltspeak.svg)](https://pypi.org/project/ieltspeak)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ieltspeak.svg)](https://pypi.org/project/ieltspeak)

-----

## Table of Contents

- [ieltspeak](#ieltspeak)
  - [Table of Contents](#table-of-contents)
  - [Installation](#installation)
  - [Usage](#usage)
  - [License](#license)

## Installation

```console
pip install ieltspeak
```

## Usage

```
ieltspeak get-topic --category event --part 1
ieltspeak get-topic --category location --part 2and3
```

## License

`ieltspeak` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
