Metadata-Version: 2.1
Name: chathon
Version: 2.0
Summary: A Python Packages to make own chat room
Home-page: https://github.com/EterNomm/Chathon
Author: LyQuid
Author-email: lyquidpersonal@gmail.com
License: Apache License 2.0
Project-URL: Discord, https://discord.gg/qpT2AeYZRN
Project-URL: Issue tracker, https://github.com/EterNomm/Chathon/issues
Keywords: python,chathon,chat,chat room,chat app,chat bot
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Android
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorgb
Requires-Dist: better-profanity (==0.7.0)

[![Visistors](https://visitor-badge.glitch.me/badge?page_id=EterNomm.Chathon)](https://github.com/EterNomm/Chathon)
[![Downloads](https://static.pepy.tech/personalized-badge/chathon?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Total%20Downloads)](https://pepy.tech/project/chathon)
[![PyPI - Status](https://img.shields.io/pypi/status/chathon?label=Status&logo=python&logoColor=blue)](https://pypi.org/project/chathon)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/Chathon?label=PyPI%20Downloads&logo=pypi)](https://pypi.org/project/chathon)
[![PyPI](https://img.shields.io/pypi/v/chathon?label=PyPI%20Version&logo=pypi)](https://pypi.org/project/chathon)
[![GitHub issues](https://img.shields.io/github/issues/EterNomm/Chathon?label=Issues&logo=github)](https://github.com/EterNomm/Chathon/issues)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EterNomm/Chathon?label=Commit%20Activity&logo=github)](https://github.com/EterNomm/Chathon/commits/main)
[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord&logoColor=blue)](https://discord.com/invite/qpT2AeYZRN)

# Chathon
[![Chathon Changelog](https://img.shields.io/badge/Chathon-Changelog-informational?style=for-the-badge&logo=github)](https://gist.github.com/LyQuid12/a3b1447175d1f2f67d698d3a4e197dcd)

A Python packages for make own chat room

## Install
- PyPI
```
pip install chathon
```
- Development version
```
pip install git+https://github.com/EterNomm/Chathon
```

## Examples
[Here](https://github.com/EterNomm/Chathon/tree/main/examples)


## Other
[Our Discord Server](https://discord.gg/qpT2AeYZRN)

<details>
    <summary>Plan</summary>
    <br>
    <ul>
        <li>Adding Colors</li>
        <li>Bot can respond to users without prefix</li>
        <p>Example : user say "hello", then bot will respond "hi"</p>
    </ul>
</details>


