Skip to content

Hunter87ff/FileShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileShare

Testing Language Tested on Windows

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.

Installation

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

QR Code Generation (Windows Only)

  • 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.

Note

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.

About

Simple python web application to transfer files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published