Skip to content

File-Transfer application across local network using Python

Notifications You must be signed in to change notification settings

Aryan51203/PyShare

Repository files navigation

File-Transfer

A file transfer system for IITR Students

Installation

  1. Python must be installed on all systems
  2. All the devices must be connected to the same network.
  3. Install all the modules in requirements.txt in commandLine using pip install -r requirements.txt
  4. Run Main_Window.py to start the program.

Usage

  1. The user can either create a server or join an existing server provided he has the code required to join the server
  2. Multi threading is supported so multiple clients can connect at the same time
  3. 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
  4. You can host a folder from a device and multiple devices can connect to that folder and Upload, Download and Delete the files.

About

File-Transfer application across local network using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages