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
Front page | Conversation |
---|---|
-
Clone repository
git clone https://github.com/S0KPiseth/Python-Socket-Chat-App.git cd Python-Socket-Chat-App
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
venv\Scripts\activate
-
Install requirement dependencies
pip install -r requirements.txt
-
Run program
python main.py
To contribute code, fork the repository, create a new branch, make your changes, and open a pull request.