|
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) |
58 | 2 |
|
59 | 3 | # DevUtils - 开发者工具集 |
60 | 4 |
|
@@ -99,8 +43,12 @@ DevUtils 是一个基于 Web 的开发者工具集,旨在简化常见的开发 |
99 | 43 | - **时间转换**: 在不同格式之间转换时间戳。 |
100 | 44 | - **Cron转换**: 将 Cron 表达式翻译成人类可读的描述。 |
101 | 45 | - **JSON/YAML互转**: 在 JSON 和 YAML 格式之间转换数据。 |
| 46 | +- **JSON转CSV**: 在 JSON 和 CSV 格式之间转换数据。 |
102 | 47 | - **进制转换**: 在不同的数字系统(例如二进制、十六进制、十进制)之间转换数字。 |
103 | 48 |
|
| 49 | +### 网络工具 |
| 50 | +- **WebSocket测试**: 测试 WebSocket 连接。 |
| 51 | + |
104 | 52 | ## 如何使用 |
105 | 53 |
|
106 | 54 | 1. 克隆此仓库。 |
|
0 commit comments