FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythoncode-tutorials/python-standard-library/chat-application at master · Wit4r7/pythoncode-tutorials · GitHub
Wit4r7
/
pythoncode-tutorials
Public
forked from
x4nth055/pythoncode-tutorials
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythoncode-tutorials
/
python-standard-library
/
chat-application
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
pythoncode-tutorials
/
python-standard-library
/
chat-application
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
client.py
client.py
requirements.txt
requirements.txt
server.py
server.py
README.md
How to Make a Chat Application in Python
To run this:
pip3 install -r requirements.txt
Run server.py first to initialize the server.
Run one or more client.py instances and chat!
If you want to run client.py from another machine, make sure you change SERVER_HOST in client.py to the server's IP address.
Back
|
FazBrowse Home
|
New Git URL