A simple peer-to-peer file-sharing application with a GUI.
- Drag-and-drop file sharing between peers on the same local network.
- Peer discovery via UDP broadcast.
- Hotkey support to toggle the GUI.
- Clone the repository.
- Create a venv:
python -m venv venv venv\Scripts\Activate pip install -r requirements.txt
3.Verify installation:
pip list- Install dependencies:
pip install -r requirements.txt