Term-chat(A Terminal Chatting Application) is an application that lets you chat to other online members in real time. It uses sockets on the server and client end to send and recieve messages.
SERVER: To run the server, run:
python server.py
CLIENT: To run a client, run:
python client.py
File Sharing To share a file, you need to enter the whole path for the file. You can do that by dragging and dropping the file into the terminal
- Color coded messages for each user.
- View the list of active users.
- Groups.
- File sharing
- Admin functionality in groups.