KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Real-Time-Chat-Application
★ 27
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
twitch-drop-claimer
:
No description available.
HA-Separate-Garbage-Collection
:
A Lovelace custom card for Home Assistant that displays your waste collection schedule directly from a calendar — no Python, no custom integration required.
ringbuf
:
An STL-like ring buffer for C++11.
SINUX_F1
:
sinux f1 is a open hardware evalution board for F1c100s chip
Note-App
:
Note app is open-source notes app for Android & ios. It is built with Dart on top of Google's Flutter Framework.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Real-Time-Chat-Application
?
Download (.md)
# Real Time Chat Application ## A real time chat application, created using tkinter module and socket programming [](https://youtu.be/cV-syT1fO2c) ### Installation Open terminal and type the following command ``` git clone https://github.com/visheshdvivedi/Real-Time-Chat-Application ``` Or you can directly download from this page\ ### Usage Start by running the server side script by opening command prompt at project root directory and type ``` python server.py ``` Once the server is up and running, create a client by running client script, which is done by typing ``` python client.py ``` To get more info, check out my\ Youtube: [Click here](https://www.youtube.com/channel/UCggZvARaczWC4wc4E6f330w?sub_confirmation=1)\ Instagram; [Click here](http://instagram.com/itsallaboutpython)\ Blog-site: [Click here](http://itsallaboutpython.blogspot.com/)\ Dev.to: [Click here](https://dev.to/visheshdvivedi)