https://github.com/welllog/otool
https://github.com/welllog/otool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/welllog/otool
- Owner: welllog
- Created: 2023-05-16T09:13:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T07:06:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T07:08:28.330Z (about 1 year ago)
- Language: Svelte
- Size: 1.21 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otool
> 文本、文件加解密,图片转换、二维码工具
### Overview
otool 是一个文本、文件加解密,数字进制转换、图片转换、二维码工具,支持多种加密算法,支持多种图片格式转换,支持二维码解析以及生成。





### 构建命令
* windows amd64: `wails build -platform=windows/amd64`
* windows arm64: `wails build -platform=windows/arm64`
* mac intel chip: `wails build -platform=darwin/amd64`
* mac M chip: `wails build -platform=darwin/arm64`
* linux amd64: `wails build -platform=linux/amd64`
* linux arm64: `wails build -platform=linux/arm64`
### Development
otool使用Wails构建,前端使用SvelteKit、flowbite-svelte,后端使用Go。