Skip to content

swang63/X220PYChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X220PYChat

Simple chat room using Raspberry Pi server with python socket programming

Before running this Demo, install followings on your terminal.

1.Install python on your local machine, run

pip install python3 (If command does not work, try type: pip3 install python3) 

or go to this link to download python: https://www.python.org/downloads/

2.Install kivy for the GUI, run

pip install kivy (If command does not work, try type: pip3 install kivy)

To run this Demo on your local machine, clone the github repository and follow these steps:

  1. Open terminal
  2. Create a directory for this demo, run
mkdir demo_01
  1. Go into the directory you just created, run:
cd demo_01
  1. In your demo_01 directory, run
git clone git@github.com:swang63/X220PYChat.git
  1. To view all the files in your directory, run:
ls
  1. You should see all the files now.

To run this demo

  • On server side, run
python server_scripts/server_test_two.py
  • On client side, run
python client_scripts/chat_client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors