Skip to content

S0KPiseth/Python-Socket-Chat-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%