Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.31 KB

README.md

File metadata and controls

56 lines (43 loc) · 2.31 KB

connectedz_logo

GitHub contributors GitHub Created At GitHub language count GitHub repo size GitHub watchers

Python-Socket-Chat-App

Features

Here're some of the project's best features:

  • connect multiple clients to server
  • send messages between clients
  • An email will send to alert clients if they have a new message when they are offline

Screenshots

Front page Conversation
Front page home Conversation online
Front page chat Conversation offline

Installing

  1. Clone repository

    git clone https://github.com/S0KPiseth/Python-Socket-Chat-App.git
    cd Python-Socket-Chat-App
    
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    venv\Scripts\activate
  4. Install requirement dependencies

    pip install -r requirements.txt
    
  5. Run program

    python main.py
    

Submitting Pull Requests

To contribute code, fork the repository, create a new branch, make your changes, and open a pull request.