Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.14 KB

File metadata and controls

25 lines (19 loc) · 1.14 KB

File Transfer App

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.

About the App

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.

How to Use

  1. Download the .exe file from the releases section of the repository.
  2. Run the .exe file on your PC.
  3. Select the folder where you want to save uploaded files.
  4. Scan the displayed QR code with your mobile device to connect.
  5. Use the mobile web interface to upload files, which will be saved to the selected folder.

Collaboration

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.