===========================
- open the repository and add the file you want to transfer into the folder
- change the file_name in server.py to the name of the file you want to transfer
- connect to the same wifi or ethernet
- on the computer acting as the server (Sender), get the local ip address
- on Windows
ipconfig
- macOS or Linux
ipconfig or ip a
- change the ADDR on both server.py and client.py, to the server's ip address
- Run server.py first
- now run client.py