SkillAgentSearch skills...

ChatUp

A simple socket based GUI real-time chatting application built on client-server model in Python 2.7!

Install / Use

/learn @5hubh4m/ChatUp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

chatup

A simple socket based GUI real-time chatting application built on client-server model in Python 2.7!

Usage

  1. Launch with the following command and select mode (Server/Client)

    python chatup.py

    or do the following if you're on linux

    chmod +x chatup.py

    ./chatup.py

  2. To connect a client to a server, select Client mode and enter the IP address of the server and a nick name.

  3. Select a receiver from a list of connected clients and chat away!

TODO

  1. Add error handling (connections error, could not connect to server etc.)
  2. Make the app more robust (retry on connection drops etc.)
  3. Add a tab based chat system (a tab for each chat)

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks6

Languages

Python

Security Score

75/100

Audited on Oct 21, 2024

No findings