A file transfer system for IITR Students
- Python must be installed on all systems
- All the devices must be connected to the same network.
- Install all the modules in requirements.txt in commandLine using
pip install -r requirements.txt - Run Main_Window.py to start the program.
- The user can either create a server or join an existing server provided he has the code required to join the server
- Multi threading is supported so multiple clients can connect at the same time
- Once joined to a server, both the user and server can exchange the files they want to share by uploading each file of their choice
- You can host a folder from a device and multiple devices can connect to that folder and Upload, Download and Delete the files.