WebShare for Windows is a file-sharing application that utilizes PyQt5 for a dark mode GUI and Flask for a local web server. Users can upload and download files easily through a web interface, with QR code support for quick access.
- Local File Sharing: Upload files from your PC and share them with other devices on the network.
- QR Code Generation: Automatically generates a QR code for easy access to the server URL.
- Dark Mode UI: A modern, visually appealing interface.
- File Upload & Download: List and download files from the web interface.
- Python 3.x
- See
requirements.txt
for a complete list of dependencies.
-
Download the latest executable from the Releases Section.
-
Install the required packages:
pip install -r requirements.txt
- Run the application:
Run.bat
- Click "Start WebShare Server" to launch the local server.
- A QR code will be generated; scan it to access the web interface.
- Use the web interface to upload and download files.
This project is licensed under the MIT License. See the LICENSE file for details.
- PyQt5
- Flask
- QRCode