# PyChatApp

It is a chatting application written in Python, purpose of PyChatApp is to bring python community together
and connect with various Pythonistas around the world.

## Installation

```bash
pip install pychatapp
```

## Usage

```python
import pychatapp

pychatapp.start()


```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)