Skip to content

Commit ff2830c

Browse files
committed
Add badges to README for version, Python, and dependencies
Introduced shields.io badges to the README for version, Python compatibility, license, platform, and key dependencies (PySide6, Flask). This improves project visibility and provides quick reference for users and contributors.
1 parent 79b6f58 commit ff2830c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# WebShare for Windows
22

3+
[![Version](https://img.shields.io/badge/version-1.4.0-blue.svg)](https://github.com/oop7/WebShare-for-Windows/releases)
4+
[![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
5+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
6+
[![Platform](https://img.shields.io/badge/platform-Windows-lightgrey.svg)](https://github.com/oop7/WebShare-for-Windows)
7+
[![PySide6](https://img.shields.io/badge/GUI-PySide6-41CD52.svg)](https://pypi.org/project/PySide6/)
8+
[![Flask](https://img.shields.io/badge/Backend-Flask-000000.svg)](https://flask.palletsprojects.com/)
9+
310
WebShare for Windows is a file-sharing application that utilizes PySide6 (Qt6) 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.
411

512
## 💪 Features
@@ -38,12 +45,7 @@ WebShare for Windows is a file-sharing application that utilizes PySide6 (Qt6) f
3845
- **Configuration System**: JSON-based configuration file for easy customization
3946
- **Error Handling**: Improved error handling with user-friendly messages
4047

41-
## 📄 Requirements
42-
43-
- Python 3.10 or higher
44-
- See `requirements.txt` for a complete list of dependencies.
45-
46-
## 💻 Installation & Usage
48+
## Installation & Usage
4749

4850
### Option 1: Download Installer (Recommended)
4951

0 commit comments

Comments
 (0)