https://github.com/amitrajitbose/chatty
Command Line Chat Application In Python
https://github.com/amitrajitbose/chatty
python-socket socket
Last synced: 6 months ago
JSON representation
Command Line Chat Application In Python
- Host: GitHub
- URL: https://github.com/amitrajitbose/chatty
- Owner: amitrajitbose
- License: mit
- Created: 2019-03-29T13:25:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T06:45:52.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T10:12:13.872Z (10 months ago)
- Topics: python-socket, socket
- Language: Python
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatty 1.0

[]()
A simple command line based chat application implemented using Python sockets.
#### Requirements
```
python 3.5 or above
```
#### Usage
- Step 1: Setting up the chat server `python3 server.py [HOSTNAME]`
```
Default Parameters
------------------
: '' //indicates connectivity via localhost
```
- Step 2: Connecting client to server `python3 client.py [HOSTNAME] [PORT]`
```
Default Parameters
------------------
: localhost
: 7500
```
#### Example
When running on localhost, it will be like `python3 client.py`
#### Author
- [Amitrajit Bose](https://github.com/amitrajitbose)
- [Riddhi Nahata](https://github.com/riddhinahata)
#### Screenshot
