Metadata-Version: 2.4
Name: joke-center-wszms384
Version: 0.1.0
Summary: A fun Python package that provides jokes for developers
Author-email: wszms384 <2548462107@qq.com>
License: MIT
Keywords: jokes,fun,developer,humor
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Joke Center 😄

A fun Python package that provides jokes for developers.

## Installation

```bash
pip install joke-center-wszms384

```

## Usage

```python
import joke_center

print(joke_center.get_joke())
# "Why did the programmer quit his job? Because he didn't get arrays."

```
