Update README.md

This commit is contained in:
2026-02-08 11:40:35 +01:00
parent 432d77f07f
commit 70a59872fc

View File

@@ -1,3 +1,25 @@
# Finalpychat
# Terminal Chat Python
bens termial chat made using python
Welkom bij **De Terminal Chat**, een simpele maar coole terminal-gebaseerde chat applicatie geschreven in **Python**.
---
## Features
- Terminal interface met kleuren
- Login & signup systeem (standaard user: `test`, wachtwoord: `test`)
- Realtime chat via TCP-sockets
- Meerdere chats aanmaken en beheren
- Berichten ontvangen en versturen in realtime
- Voeg andere gebruikers toe aan chats (`/add <username>`)
- Terug naar chat selectie met `/break`
- Sluit het programma met `/quit`
---
## Installatie
1. Clone deze repository:
```bash
git clone https://git.de-roo.org/ben/Finalpychat