SkillAgentSearch skills...

NetworkChatroom

This is a python script which lets two users communicate over any network just by knowing another's ip address

Install / Use

/learn @bhumijgupta/NetworkChatroom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

forthebadge made-with-python

NetworkChatroom

This is a python script which lets two users communicate over any network just by knowing another's ip address

Built With

  • Python

Description

These are scripts which let any user1(acting as client) connect to user2(acting as server) on the same network.

  • Run the server script on one computer
  • Run the client script on second computer
  • Enter the IPv4 address of the server computer in the client script Voila You are connected
  • If you want to exit the chatroom, clent sends an empty string to server

Note

  • By default the script uses port 12345 to communicate
  • The script works on TCP network
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated10mo ago
Forks1

Languages

Python

Security Score

72/100

Audited on Jun 10, 2025

No findings