Skip to content

Commit 27609f6

Browse files
committed
优化readme
1 parent 8fabf77 commit 27609f6

2 files changed

Lines changed: 66 additions & 57 deletions

File tree

README.en.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
[中文](README.md)
2+
3+
# DevUtils - A Handy Collection of Developer Tools
4+
5+
DevUtils is a web-based suite of developer tools designed to streamline common tasks. All tools run locally in your browser, ensuring your data remains private and secure.
6+
7+
## Live Demo
8+
9+
You can try it out here: [https://devutils.xindoo.xyz](https://devutils.xindoo.xyz)
10+
11+
## Features
12+
13+
This project includes a variety of tools across different categories:
14+
15+
### Encoding/Decoding
16+
- **Base64 Encode/Decode**: Encode strings to Base64 and decode them back.
17+
- **Base64 to Image**: Convert Base64 strings into images.
18+
- **URL Encode/Decode**: Encode and decode URL components.
19+
- **Unicode Converter**: Convert text to and from Unicode escape sequences.
20+
21+
### Formatting
22+
- **JSON Formatter**: Prettify and validate JSON data.
23+
- **Code Formatter**: Format code for various languages.
24+
25+
### Image Tools
26+
- **Image Compressor**: Reduce the file size of images.
27+
- **Panorama Viewer**: View 360-degree panoramic images.
28+
- **Image Format Converter**: Convert images between different formats (e.g., PNG, JPG, WEBP).
29+
30+
### Data Generation
31+
- **Random Data Generator**: Generate random data like UUIDs, passwords, and more.
32+
- **String Hash Generator**: Calculate hashes (MD5, SHA1, etc.) for strings.
33+
34+
### Text Tools
35+
- **Text Diff**: Compare two blocks of text and highlight the differences.
36+
37+
### Video Tools
38+
- **Panorama Video Player**: Play 360-degree panoramic videos.
39+
- **Video Player**: A simple video player.
40+
- **Video Compressor & Converter**: Compress and convert video formats.
41+
42+
### Converters
43+
- **Time Converter**: Convert timestamps between different formats.
44+
- **Cron Converter**: Translate Cron expressions into human-readable descriptions.
45+
- **JSON/YAML Converter**: Convert data between JSON and YAML formats.
46+
- **JSON to CSV Converter**: Convert data between JSON and CSV formats.
47+
- **Base Converter**: Convert numbers between different numeral systems (e.g., binary, hexadecimal, decimal).
48+
49+
### Network Tools
50+
- **WebSocket Tester**: Test WebSocket connections.
51+
52+
## How to Use
53+
54+
1. Clone this repository.
55+
2. Open the `index.html` file in your browser.
56+
3. Alternatively, you can use a simple web server. For example, if you have Node.js, you can use `serve`:
57+
```bash
58+
npm install -g serve
59+
serve .
60+
```
61+
4. Select the desired tool from the sidebar and start using it.

README.md

Lines changed: 5 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,4 @@
1-
# DevUtils - A Handy Collection of Developer Tools
2-
3-
DevUtils is a web-based suite of developer tools designed to streamline common tasks. All tools run locally in your browser, ensuring your data remains private and secure.
4-
5-
## Live Demo
6-
7-
You can try it out here: [https://devutils.xindoo.xyz](https://devutils.xindoo.xyz)
8-
9-
## Features
10-
11-
This project includes a variety of tools across different categories:
12-
13-
### Encoding/Decoding
14-
- **Base64 Encode/Decode**: Encode strings to Base64 and decode them back.
15-
- **Base64 to Image**: Convert Base64 strings into images.
16-
- **URL Encode/Decode**: Encode and decode URL components.
17-
- **Unicode Converter**: Convert text to and from Unicode escape sequences.
18-
19-
### Formatting
20-
- **JSON Formatter**: Prettify and validate JSON data.
21-
- **Code Formatter**: Format code for various languages.
22-
23-
### Image Tools
24-
- **Image Compressor**: Reduce the file size of images.
25-
- **Panorama Viewer**: View 360-degree panoramic images.
26-
- **Image Format Converter**: Convert images between different formats (e.g., PNG, JPG, WEBP).
27-
28-
### Data Generation
29-
- **Random Data Generator**: Generate random data like UUIDs, passwords, and more.
30-
- **String Hash Generator**: Calculate hashes (MD5, SHA1, etc.) for strings.
31-
32-
### Text Tools
33-
- **Text Diff**: Compare two blocks of text and highlight the differences.
34-
35-
### Video Tools
36-
- **Panorama Video Player**: Play 360-degree panoramic videos.
37-
- **Video Player**: A simple video player.
38-
- **Video Compressor & Converter**: Compress and convert video formats.
39-
40-
### Converters
41-
- **Time Converter**: Convert timestamps between different formats.
42-
- **Cron Converter**: Translate Cron expressions into human-readable descriptions.
43-
- **JSON/YAML Converter**: Convert data between JSON and YAML formats.
44-
- **Base Converter**: Convert numbers between different numeral systems (e.g., binary, hexadecimal, decimal).
45-
46-
## How to Use
47-
48-
1. Clone this repository.
49-
2. Open the `index.html` file in your browser.
50-
3. Alternatively, you can use a simple web server. For example, if you have Node.js, you can use `serve`:
51-
```bash
52-
npm install -g serve
53-
serve .
54-
```
55-
4. Select the desired tool from the sidebar and start using it.
56-
57-
---
1+
[English](README.en.md)
582

593
# DevUtils - 开发者工具集
604

@@ -99,8 +43,12 @@ DevUtils 是一个基于 Web 的开发者工具集,旨在简化常见的开发
9943
- **时间转换**: 在不同格式之间转换时间戳。
10044
- **Cron转换**: 将 Cron 表达式翻译成人类可读的描述。
10145
- **JSON/YAML互转**: 在 JSON 和 YAML 格式之间转换数据。
46+
- **JSON转CSV**: 在 JSON 和 CSV 格式之间转换数据。
10247
- **进制转换**: 在不同的数字系统(例如二进制、十六进制、十进制)之间转换数字。
10348

49+
### 网络工具
50+
- **WebSocket测试**: 测试 WebSocket 连接。
51+
10452
## 如何使用
10553

10654
1. 克隆此仓库。

0 commit comments

Comments
 (0)