Skip to content
/ ChatUp Public

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

License

Notifications You must be signed in to change notification settings

5hubh4m/ChatUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages