File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # WebP Converter
2+
3+ WebP Converter is a simple utility for converting image files to the WebP format in Windows Explorer's context menu.
4+
5+ ## Features
6+
7+ - Converts image files (e.g., .jpg, .png, .jpeg) to WebP format.
8+ - Integrates with Windows Explorer context menu for easy conversion.
9+ - Supports bulk conversion of multiple files at once.
10+
11+ ## Installation
12+
13+ 1 . Clone or download this repository.
14+
15+ 2 . Create a folder named "WebP Converter" on your C drive (` C:\WebP Converter ` ). You can do this by following these steps:
16+ - Open File Explorer.
17+ - Navigate to ` C:\ ` drive.
18+ - Right-click in the folder area, choose "New," and select "Folder."
19+ - Name the folder "WebP Converter."
20+
21+ 3 . Install the required Python libraries using ` pip ` :
22+ ``` bash
23+ pip install -r requirements.txt
24+ ```
25+
You can’t perform that action at this time.
0 commit comments