Burmese Quote Generator
CLI tool to generate emotion-tagged Burmese quotes using the Gemini API in TXT or CSV format.
Key Highlights
- ◆Generate Burmese quotes by emotion (6 emotions supported)
- ◆Export as TXT or CSV
- ◆Interactive CLI mode + direct CLI args
- ◆Fast generation via Gemini API
Overview
A CLI tool for generating large amounts of Burmese quotes tagged by emotion using Google's Gemini API. Helps developers and AI engineers quickly build Burmese text datasets for sentiment analysis, NLP training, or content generation.
Features
- –Generate Burmese quotes by emotion category
- –6 supported emotions: sadness, joy, love, anger, fear, surprise
- –Export as TXT or CSV
- –Interactive CLI mode with prompts
- –Direct CLI mode: burmese-quote-generator joy 200 --csv
- –Fast batch generation via Gemini API
Installation & Setup
Run directly via npx
npx burmese-quote-generatorOr install globally
npm install -g burmese-quote-generatorInteractive mode - follow prompts
burmese-quote-generator
# Prompts: Gemini API Key, Emotion, Count, FormatDirect CLI mode
burmese-quote-generator sadness 100
burmese-quote-generator joy 200 --csvUsage
Example generated Burmese quotes (sadness):
အမှတ်တရတွေက စိတ်ထဲမှာ နေရာယူထားတယ်။
တိတ်တိတ်လေး လွမ်းနေတတ်တာက စိတ်ရဲ့အကျင့်ပါ။
မေ့ချင်လို့ မေ့လို့မရတဲ့ အချိန်တွေရှိတယ်။Related Projects
Dataset Translator
CLI tool for translating English text datasets into Burmese using the Gemini API with safe batch processing.
View project →NEZT CLI
Next & Nuxt EaZy Templates
Scaffold fully configured Next.js and Nuxt.js projects with routing, themes, and pages in minutes.
View project →Elyza Myanmar Chatbot
A rule-based Myanmar language chatbot with emotion detection, served as a Flask REST API.
View project →