Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 621 Bytes

File metadata and controls

34 lines (26 loc) · 621 Bytes

Client-Server-Socket

Building a Server & Client socket, using the Socket module, and making them communicate over their respective IPs.

File Structure

ParentFolder
|
|-server_test.py
|-crc_input.py
|-streamlit_app.py

Install streamlit

use command

pip install streamlit

Run

First run the server:

python server_test.py

Then client:

 streamlit run streamlit_app.py

Terminal View

User-Interface