Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhartha-padhy/chatapp
A simple chat app made using inbuilt libraries in python(socket & tkinter).
https://github.com/siddhartha-padhy/chatapp
Last synced: about 2 months ago
JSON representation
A simple chat app made using inbuilt libraries in python(socket & tkinter).
- Host: GitHub
- URL: https://github.com/siddhartha-padhy/chatapp
- Owner: Siddhartha-Padhy
- Created: 2022-02-16T06:40:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T11:36:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T21:19:26.813Z (2 months ago)
- Language: Python
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
A simple chat app made using inbuilt libraries in python namely socket and tkinter.# Images
# Setup
Clone this repository to your local machine and run the **chatServer.py** file.
### Method 1:
Run the more than one **main.py** file in the local machine. Start Chatting.
### Method 2:
Run the **main.py** file in one machine and run the same file on some other machine connected to the same local area network(LAN) like systems connected to the same hotspot.