global shering on development
This Python project enables file transfer between devices over a local WiFi network using the TCP protocol. This README provides all necessary instructions to set up and use the software.
- Simple and efficient file transfer over local WiFi.
- Uses TCP for reliable data transmission.
- Supports multiple file formats.
- Cross-platform compatibility (Windows, MacOS, Linux).
Ensure you have the following installed:
- Python 3
- socket library (comes pre-installed with Python)
- dearpygui library (pip install dearpygui)
- if you using mac then you want netifaces (pip install netifaces)
- Run the home.py

- by clicking on send button you can send files
- by clicking on receive buttun you can receive files

- enter the receive ip (ip will show on receive screen) and select the file by clicking the Brows button
- after filling ip and selecting file click the send button it start sending
- all notification are show in the left top side

- the receive ip will show on the top left side,you can give the ip to sender to send the file
- all notification will show on middle of the screen
- The download file will show in downloads directory