File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,21 @@ pip3 install -r requirements.txt
16
16
python3 main.py
17
17
```
18
18
after running the script print S parameter(to create server)
19
+
19
20
!!! be sure to save the key that the program will give you !!!
20
- ![ ] ( https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Server.gif )
21
+
22
+
23
+ <img src =" https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Server.gif " width =" 500 " height =" 300 " />
24
+
25
+
26
+
21
27
3 . Also run ` main.py ` , but now we gonna connetct to the server as client.
22
28
```
23
29
python3 main.py
24
30
```
25
31
after running the script print C parameter(for connection to the server)
26
- ![ ] ( https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Client.gif )
27
- 4 . Start chatting with your friends!
32
+
33
+
34
+
35
+ <img src =" https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Client.gif " width =" 500 " height =" 300 " />
36
+ 4 . Start chatting with your friends!
You can’t perform that action at this time.
0 commit comments