Metadata-Version: 2.4
Name: r4t
Version: 0.4.0
Summary: Temporary anonymous LAN terminal chat
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: prompt_toolkit

# R4T

**R4T** is a lightweight terminal-based LAN chat application.

After installing it, you can launch R4T from your terminal and communicate with other users on the same local network who are also running R4T.

## Features

*  Simple terminal interface
*  Local Area Network (LAN) chat
*  Lightweight and easy to use
*  Installable with `pipx`

## Installation

```bash
pipx install r4t
```

## Usage

Start R4T by running:

```bash
r4t
```

If other users on your local network are also running R4T, you can chat with them directly over your LAN.

## Requirements

* Python 3
* A local network (LAN)
