burmese-quote-generator
v1.0.4
Published
CLI tool to generate Burmese emotion quotes using Gemini API
Maintainers
Readme
Burmese Quote Generator
CLI tool to generate Burmese quotes based on emotions using Google's Gemini API.
This tool helps developers and AI engineers quickly generate Burmese text datasets for sentiment analysis, NLP training, or content generation.
Features
- Generate Burmese quotes by emotion
- Supports multiple emotions
- Export quotes as TXT or CSV
- Interactive CLI mode
- Fast generation using Gemini API
Installation
Run directly using npx:
npx burmese-quote-generatorOr install globally:
npm install -g burmese-quote-generatorUsage
Interactive Mode
burmese-quote-generatorYou will be prompted for:
- Gemini API Key
- Emotion
- Number of quotes
- Output format
CLI Mode
burmese-quote-generator <emotion> <limit>Example:
burmese-quote-generator sadness 100Generate CSV file:
burmese-quote-generator joy 200 --csvSupported Emotions
- sadness
- joy
- love
- anger
- fear
- surprise
Output
The generated quotes will be saved as a file:
burmese_quotes_<Emotion>_<Limit>.txtor
burmese_quotes_<Emotion>_<Limit>.csvRequirements
- Node.js 18 or higher
- Gemini API key
Get Gemini API Key
Create an API key from:
https://ai.google.dev
Example Output
အမှတ်တရတွေက စိတ်ထဲမှာ နေရာယူထားတယ်။
တိတ်တိတ်လေး လွမ်းနေတတ်တာက စိတ်ရဲ့အကျင့်ပါ။
မေ့ချင်လို့ မေ့လို့မရတဲ့ အချိန်တွေရှိတယ်။License
MIT License
