A simple Python-based application for transferring files between a mobile device and a PC over a local network. The app uses a QR code for easy connection and allows users to select a folder for saving files on the PC.
This app was built using:
- Flask: For the backend server handling file uploads.
- PyQt5: For the graphical user interface on the PC.
- qrcode: For generating QR codes to simplify mobile device connections.
- Pillow: For handling image processing.
- Download the
.exe
file from the releases section of the repository. - Run the
.exe
file on your PC. - Select the folder where you want to save uploaded files.
- Scan the displayed QR code with your mobile device to connect.
- Use the mobile web interface to upload files, which will be saved to the selected folder.
Contributions are welcome! If you'd like to improve this project or add features, feel free to:
- Submit an issue to report bugs or suggest enhancements.
- Open a pull request with your changes.
- Reach out if you have questions or ideas for collaboration.