A simple file sharing tool built in Python using sockets and tkinter. Works over the same Wi-Fi.
- Run
main_app.py
- Choose to Send or Receive
- Devices must be on the same Wi-Fi
- Sender enters the receiver’s IP and port
pyinstaller --noconsole --onefile --add-data "client.py;." --add-data "server.py;." main_app.py