- 3
Pls anyone crate a chat appliaction on localhost with python
pls help when we open the .py file it will be ask for username and after enter username we can connect with just click n connect button and same do on another pc when we say type text in chat box it will be show on display and same in another pc
7 Antworten
+ 1
figure out how to set up a server and a client. Then figure out how to make them communicate
+ 1
smtp is for email just send text in bytes. Once it reaches server, kick it out to every client but the one who sent it
0
on a ip and ports and it can comunicate with smtp
0
crete a back script when email sent and reaches server and after kicking clinet it will be reconnect clinets who disconnects
0
if not possible create with your own thoughts and smartness but its chat system between t local area network two clients pls help
0
Look through my codes. You might find something that helps you
0
Pls edit your question description with:
1. A more complete explanation of how your code should work
2. A link to your attempt in Code Playground
3. An explanation of your difficulties