xoupai-utils
v1.0.0
Published
Lightweight utility library for generating passwords, UUIDs, and text processing. Powered by Xoupai Tools.
Maintainers
Readme
Xoupai Utils
A lightweight, zero-dependency utility library for generating secure passwords, UUIDs, and processing text.
This library powers the core functionality of Xoupai Tools.
🚀 Features
- Secure Password Generator: Customizable length and character sets.
- UUID v4 Generator: Create unique identifiers instantly.
- Text Formatting: Simple title-case conversion.
- Lightweight: Zero dependencies, works in Node.js and Browser.
📦 Installation
npm install xoupai-utils
💻 Usage
const { generatePassword, generateUUID } = require('xoupai-utils');
// Generate a secure password
const password = generatePassword(16, { useSymbols: true });
console.log(password); // e.g., "K9@j#m$p2&lX!z9"
// Generate a UUID
const id = generateUUID();
console.log(id); // e.g., "1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed"
🔗 Online Tools
If you prefer a visual interface, try our free online tools:
Online Password Generator - Visual interface for this library.
HEIC to JPG Converter - Batch convert iPhone photos locally.
Word Counter - Count words and characters.
Image Compressor - Compress images efficiently.
📄 License
MIT © Xoupai Team
