/Fast-Drop-Desktop

Desktop client for a Mobile to Desktop file sharing app.

Primary LanguagePythonMIT LicenseMIT

Fast Drop Desktop

Screenshot 2019-11-16 at 9 43 24 PM

A peer to peer File sharing app in Python.

Running Instructions :

  • Make sure you are using Python3.6+.

  • Clone the repository.

  • Install all the dependencies.

pip install -r requirements.txt
  • This will start the server on port 8000 as supplied by user.
python app.py -p 8000
  • This is will start the server on the default port 9000.
python app.py