A simple file sender application that allows users to transfer files between two computers on the same LAN network using Python sockets.
- All additional dependencies are specified in the
requirements.txt
file
-
Clone the repository to your local machine:
git clone https://github.com/bartzlot/file_sender.git
-
Navigate to the project directory:
cd file_sender
-
Install the required dependencies:
pip install -r requirements.txt