Metadata-Version: 2.1
Name: joke-gen
Version: 0.1.3
Summary: A library for random jokes with translation support.
Author: AndrewCo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: certifi ==2024.8.30
Requires-Dist: charset-normalizer ==3.4.0
Requires-Dist: click ==8.1.7
Requires-Dist: colorama ==0.4.6
Requires-Dist: idna ==3.10
Requires-Dist: libretranslatepy ==2.1.1
Requires-Dist: lxml ==5.3.0
Requires-Dist: requests ==2.32.3
Requires-Dist: translate ==3.6.1
Requires-Dist: urllib3 ==2.2.3

# Joke Generator Library

## Overview

The **Joke Generator Library** is a Python package that provides a collection of programmer-themed jokes with the ability to translate them into various languages. Whether you're looking for a quick laugh or a multi-language joke experience, this library has you covered!

---

## Features

- **Random Joke Generation**: Get a random joke from a large library of programming humor.
- **Translation Support**: Translate jokes into any language using an integrated translation system.
- **Joke Management**: Add new jokes to the library or retrieve the full list of jokes.

---

## Installation

You can install the package via `pip`:

```bash
pip install joke-gen
