Metadata-Version: 2.4
Name: async-tcp-chat
Version: 0.1.0
Summary: Async TCP Chat: peer, server-client, wx GUI mode
Author: Andrea Diamantini
Author-email: Andrea Diamantini <adjam@proton.me>
License-Expression: MIT
Requires-Dist: wxasync>=0.49 ; extra == 'gui'
Requires-Dist: wxpython>=4.2.4 ; extra == 'gui'
Requires-Python: >=3.11
Provides-Extra: gui
Description-Content-Type: text/markdown

# Async TCP Chat

Easy chat module for an async TCP chat server or client


## server-client mode

Run the server calling

$ async_tcp_chat --server

and then connect the clients you like just calling:

$ async_tcp_chat --client



## wx GUI mode

If you prefer, you can run the client in wx GUI mode.

$ async_tcp_chat --gui
