DropPy is a lightweight Python app that lets you receive files over your local network. Simply run the server and scan the QR code to start uploading from any device on the same Wi-Fi.
Ensure you're in the same directory where DropPy.py
is located:
cd /path/to/DropPy/
for Linux:
sudo apt install python3-venv -y
For Linux/macOS/Windows: In your terminal, run:
python3 -m venv venv
For Linux/macOS: In your terminal, run:
source venv/bin/activate
For Windows: In Command Prompt or PowerShell, run:
venv/bin/activate
pip install -r requirements.txt
For Linux/macOS/Windows: In your terminal, run:
python3 DropPy.py
By default, files will be saved in ~/MyDropbox. You can specify a different folder the first time you run the app.