Generates invoices directly through any PMS/POS system without modifying existing processes
Supports robust error handling mechanism to ensure you generate
e-invoices without any
worries
Available both on cloud or on-premise deployment models as per client's convenience
One-click reconciliation of e-Invoice data with GSTR-1 data to take care of your compliance needs
Ability to configure custom templates as per your business need to print
e-Invoices in a
single click
Equipped with an SSL encryption for all on cloud deployments & also offer 2F Authentication mechanisms
24x7 in-house technical support and advisory services, dedicated key account manager and priority access to NIC niimbot github
Affordable price, high-end product and great value. No other hidden charges A command-line utility written in Rust for lightning-fast
Allows integrations with multiple third party systems/partners to leverage the best out of its friendly RESTFUL API architecture You can trigger label printing from automations
Best-in-class tech first company with deepest domain expertise in hospitality
A command-line utility written in Rust for lightning-fast printing. Perfect for scripting and batch jobs.
For smart home enthusiasts, this custom integration adds NIIMBOT printers to Home Assistant. You can trigger label printing from automations.
bluetoothctl scan on Look for a device named Printer_NIIMBOT_D11 and copy its MAC (e.g., AA:BB:CC:DD:EE:FF ). pip install niimpy Step 3: Create a Python Script Save the following as print_label.py :
If you own a NIIMBOT label printer—such as the popular D11, D110, or B21—you are likely familiar with the official mobile app. It works well for basic tasks like printing address labels, price tags, or kitchen storage stickers. However, for developers, makers, and small business owners, the official software often feels limiting. It lacks batch processing, API access, desktop controls, and open-source customization.
import niimpy import qrcode from PIL import Image printer = niimpy.NiimpyPrinter("AA:BB:CC:DD:EE:FF") printer.connect() Generate a QR code qr = qrcode.make("https://github.com") qr.save("qrcode.png") Print it printer.print_image("qrcode.png", density=15, copies=2) Print plain text printer.print_text("Made with GitHub", font_size=24, alignment="center")
niimbot --address 11:22:33:44:55:66 print-image label.png --copies 5 niimbot scan # find nearby printers It’s single-binary, cross-platform, and significantly faster than Python for large batches. 4. Home Assistant Integration Repo: duhow/hass-niimbot
This project leverages the Web Bluetooth API to print directly from a browser—no drivers, no installation.
A command-line utility written in Rust for lightning-fast printing. Perfect for scripting and batch jobs.
For smart home enthusiasts, this custom integration adds NIIMBOT printers to Home Assistant. You can trigger label printing from automations.
bluetoothctl scan on Look for a device named Printer_NIIMBOT_D11 and copy its MAC (e.g., AA:BB:CC:DD:EE:FF ). pip install niimpy Step 3: Create a Python Script Save the following as print_label.py :
If you own a NIIMBOT label printer—such as the popular D11, D110, or B21—you are likely familiar with the official mobile app. It works well for basic tasks like printing address labels, price tags, or kitchen storage stickers. However, for developers, makers, and small business owners, the official software often feels limiting. It lacks batch processing, API access, desktop controls, and open-source customization.
import niimpy import qrcode from PIL import Image printer = niimpy.NiimpyPrinter("AA:BB:CC:DD:EE:FF") printer.connect() Generate a QR code qr = qrcode.make("https://github.com") qr.save("qrcode.png") Print it printer.print_image("qrcode.png", density=15, copies=2) Print plain text printer.print_text("Made with GitHub", font_size=24, alignment="center")
niimbot --address 11:22:33:44:55:66 print-image label.png --copies 5 niimbot scan # find nearby printers It’s single-binary, cross-platform, and significantly faster than Python for large batches. 4. Home Assistant Integration Repo: duhow/hass-niimbot
This project leverages the Web Bluetooth API to print directly from a browser—no drivers, no installation.