Metadata-Version: 2.4
Name: Tchatapp
Version: 1.0
Summary: A simple chat application
Author-email: Mr Tan <mrtanvai@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Tchatapp

Tchatapp is a simple, lightweight chat application built with Python, featuring a client-server architecture.

## Installation

You can install `Tchatapp` using either `pip` (for virtual environments) or `pipx` (for global command-line usage).

### Option 1: Using pip (Recommended for virtual environments)
If you are working on a development project, it is best to use a virtual environment:

```bash
# Create a virtual environment
python3 -m venv venv
source venv/bin/activate

# Install the package
pip install Tchatapp
```
#linux
```bash
pipx intall Tchatapp
