This Python project provides a simple file-sharing application over a local network using Flask. Users can upload files through a web interface. The application generates a QR code for easy access to the file-sharing URL.
git clone https://github.com/Hunter87ff/FileShare.git
cd FileShare/src
pip install -r requirements.txt
python main.py #for windows
python3 main.py #for linux
- Generates a QR code for the file-sharing URL.
- Saves the QR code as "url_qr.png" (temporary file for display).
- Displays the QR code and removes the temporary file.
tkinter might not work properly with linux. in that case you won't get any qr code popup, instead you'll get the local address in the terminal. just you have to open that url into the other device, from which the data will be shared.