x220pychat
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: swang63
- Language: Python
- Default Branch: develop
- Size: 39.1 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
- Releases: 0
Created about 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
Citation
readme.md
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
sh
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
sh
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:
- Open terminal
- Create a directory for this demo, run
sh mkdir demo_01 - Go into the directory you just created, run:
sh cd demo_01 - In your demo_01 directory, run
sh git clone git@github.com:swang63/X220PYChat.git - To view all the files in your directory, run:
sh ls - You should see all the files now.
To run this demo
- On server side, run
sh python server_scripts/server_test_two.py - On client side, run
sh python client_scripts/chat_client.py
Citation (citation.cff)
cff-version: 1.2.0
title: X220PYChat
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Xiaoli
family-names: Gong
email: xgong3@student.gsu.edu
affiliation: Georgia State University
- given-names: David
family-names: Prefontaine
email: dprefontaine1@student.gsu.edu
affiliation: Georgia State University
- given-names: An
family-names: Tran
email: atran43@student.gsu.edu
affiliation: Georgia State University
- given-names: Stanley
family-names: Wang
email: swang63@student.gsu.edu
affiliation: Georgia State University
date-released: 2022-05-01
url: "https://github.com/swang63/X220PYChat"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.45
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- atran43-gsu (6)
- swang63 (5)
Pull Request Authors
- dprefontaine (1)
Top Labels
Issue Labels
Epic (2)
documentation (1)