Metadata-Version: 2.4
Name: zakilla
Version: 1.0.2
Summary: A modern, easy to use, and fully customizable pagination system for discord.py
Home-page: https://github.com/ZaaakW/zakilla
Author: ZaaakW
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# Zakilla: Advanced Utilities For Bot Discord Python

<p align="center">
    <a href="https://github.com/ZaaakW/zakilla">
        <img src="https://img.shields.io/github/v/release/ZaaakW/zakilla?style=for-the-badge" alt="Release"/>
        <img src="https://img.shields.io/github/commit-activity/t/ZaaakW/zakilla?style=for-the-badge" alt="Commits"/>
        <img src="https://img.shields.io/github/languages/code-size/ZaaakW/zakilla?style=for-the-badge" alt="Code Size"/>
        <img src="https://img.shields.io/badge/Conventional%20Commits-✔️-blue?style=for-the-badge" alt="Conventional Commits"/>
        <img src="https://img.shields.io/badge/Python-3.8%2B-blue?style=for-the-badge" alt="Python Version"/>
    </a>
</p>

Zakilla is a powerful Python library designed to simplify and enhance the development of Discord bots. It provides advanced utilities, modular features, and a clean API to accelerate your bot-building workflow.

## Features

- Easy-to-use command framework
- Event handling utilities
- Modular extension system
- Support for Python 3.8+

## Installation

```bash
pip install zakilla
```
or 
```
pip install git+https://github.com/ZaaakW/zakilla.git
```

## Documentation

Click the url documentataion for information details

### Examples

- [Embed Example](https://github.com/ZaaakW/zakilla/tree/main/examples/embed): See how to create embed creator with setup messages.
- [Paginator Example](https://github.com/ZaaakW/zakilla/tree/main/examples/paginator): See how to create interactive paginated messages.

For more usage patterns and advanced features, check the [examples directory](https://github.com/ZaaakW/zakilla/tree/main/examples).

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE.md](https://github.com/ZaaakW/zakilla/blob/main/LICENSE) file for details
