Open
Description
Is your feature request related to a problem? Please describe
A CLI chat application.
Describe the solution you'd like
Wants to build a command line chat application in Python using sockets
and use python library rich
to provide an interface.
Describe alternatives you've considered
As an alternative to rich
, we can use colorama
for the CLI interface.