Metadata-Version: 2.4
Name: async-udp-chat
Version: 0.1.0
Summary: Async UDP 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 UDP Chat

Easy module for an async UDP chat server or client, implemented for didactic purpose.


## server mode

Run the server calling

$ async_udp_chat --server


## client mode (textual)

Run the client calling

$ async_udp_chat --client


## client mode (wx GUI)

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

$ async_udp_chat --gui
