Socket
Book a DemoInstallSign in
Socket

chat-app

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chat-app

Allows people to chat with others through terminal

pipPyPI
Version
1.1.10
Maintainers
1

chat-app

Allows people to chat through terminal

Installation

Install Using Git:

git clone https://github.com/lol-cubes/chat-app.git
pip install cryptography
python3 chat-app/chat-app  # setup

Install Using Pip:

pip install chat-app
python3 -m chat-app  # setup

Usage

Create a Server

chat-app server

Port is any 4-digit number that isn't already in use (you'll know when it's in use)

Join a Server

chat-app client

The server is the IP address of the server machine. Find your IP address (on unix) using the command:

ipconfig getifaddr en0

System Requirements and Dependencies

  • Python 3.x installed
  • Unix-based OS

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts