diff --git a/README.md b/README.md index fae72f6..a352432 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -# Finalpychat +# Terminal Chat Python -bens termial chat made using python \ No newline at end of file +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 `) +- 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