You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## 💪 Features
6
+
7
+
-**Local File Sharing**: Upload files from your PC and share them with other devices on the network.
8
+
-**QR Code Generation**: Automatically generates a QR code for easy access to the server URL.
9
+
-**Dark Mode UI**: A modern, visually appealing interface.
10
+
-**File Upload & Download**: List and download files from the web interface.
11
+
12
+
## 📄 Requirements
13
+
14
+
- Python 3.x
15
+
- See `requirements.txt` for a complete list of dependencies.
16
+
17
+
## 💻 Installation & Usage
18
+
19
+
1. Download the latest executable from the [Releases](https://github.com/oop7/WebShare-for-Windows/releases) Section.
20
+
21
+
2. Install the required packages:
22
+
```bash
23
+
pip install -r requirements.txt
24
+
```
25
+
3. Run the application:
26
+
```bash
27
+
Run.bat
28
+
```
29
+
### **Usage**
30
+
31
+
1. Click "Start WebShare Server" to launch the local server.
32
+
2. A QR code will be generated; scan it to access the web interface.
33
+
3. Use the web interface to upload and download files.
34
+
35
+
## 📜 License
36
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments