This project mainly talks about how to make a python app with sockets This is my first steps into the intermediate field of python and would like to hear feedback on what should be improved and how can it be improved
The project was made as a beginners guide to the intermediate world of programing
- Socket programing
- A little OOP
- A little bit of Multi-threading
- Click on the Fork button and fork the repository
- navigate to the forked repository amound all your other repositories
- use command
git clone <url>
to clone onto your device
- open the command prompt / terminal
- navigate to the directory where the previous clone resides
- use code
python run server.py
[Note: if it doesnt work check the variable name of your python command in the environment variables]
- open the command prompt / terminal
- navigate to the directory where the previous clone resides
- use code
python run client.py
[Note: if it doesnt work check the variable name of your python command in the environment variables]
- create as many clients as you want and keep them interacting with eash other