-- very simple project I writed for my dear friend :)
A simple tool for transfering file between 2 systems with socket programming in python
I hope you enjoy it & may you learn it !
git clone https://github.com/DrD3ViLaM/FileTransfer
cd FileTransfer
dont forget to change ip,port in both client.py and server.py files & installing colorama library using pip
pip install colorama
chmod +x server.py ./server.py
chmod +x client.py ./client.py
Dont touch modules.py and modules directory please :)