Skip to content

alsoamit/socket-programming-server-client-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple chat app in python where server and client can simultaneously talk with each other over a direct network.

How to use it?

You need two devices: A laptop and a mobile phone with an internet connection. Provide the wifi access to your laptop from your mobile. You can do this with two mobile phones also.
You should have basic knowledge of Python.

Now follow these steps

1. Clone this repository and run the server.py file from the terminal. It will say PRIVATE CHAT STARTED WITH YOUR MOBILE.
2. On the mobile, you need to use pydroid which is a python interpreter and code editor for python on android.
3. Paste the code from client.py in pydroid, change the Ip Address to be your mobile's IP address and run it.
4. Now chat back and fourth in the terminal.

PREVIEW

About

simple chat app in python using socket programming basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages