Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 626 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 626 Bytes

Command-Line Chat Application


A Simple command line chat application using python and web sockets.

Client Side
Client.py
Server Side
server.py

Project Dependencies

  1. Colorama

Normal Setup

  • Basic System Requirements
Python >= 3.9

virtualenv >= 16.0.0
  • Run these command to run the project on your local machine
python -m venv socketVenv
 
Activate the Virtual Env
 
clone the project
 
cd src
 
pip install -r requirements.txt

python server.py
 
python client.py