File sharing platform on local area network over socket. Python3, PyQt5
Screenshots :
- Person that will receive the file (receiver) choose the save file directory by clicking "Save to directory..." button.
- Receiver clicks the "Receive File" button.
- Person that will send the file (sender) choose which file to send by clicking "Browse" button.
- Sender clicks the "Send File" button.
- DONE!
- Python3+ (Python2 is not tested)
- PyQt5
- Linux, MacOS, Windows
- Install Python3+
- Install pip3
- pip3 install -r requirements.txt
- python3 klocalshare.py
- Qt Creator - GUI Designer
- PyCharm - Python IDE
