Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@samdoghor samdoghor released this 05 Mar 18:28
· 5 commits to main since this release

🚀 Initial Release

python-termii is a clean and lightweight Python SDK for the Termii API — making it effortless to send SMS, OTPs, and voice messages from your Python applications.

✨ Features

  • Send SMS messages via Termii's messaging API
  • Send and verify OTPs
  • Voice message support
  • Simple, intuitive client interface
  • Lightweight with minimal dependencies

📦 Installation

pip install python-termii

📖 Usage

from termii_py import TermiiClient

client = TermiiClient(api_key="your_api_key")

🔗 Links


MIT Licensed · Built by @samdoghor