A peer to peer File sharing app in Python.
-
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