skillfed

python-fullykiosk

Python wrapper for Fully Kiosk Browser REST API

python-fullykiosk v0.0.15 85.5K downloads/30d#13,916 on PyPI15
Permissive license Active released

What it is and what it does

python-fullykiosk is a Python wrapper around the Fully Kiosk Browser REST API, designed to let developers control and query Fully Kiosk Browser instances running on Android devices from Python code. It abstracts the HTTP calls needed to interact with the browser's REST endpoints, making it easier to automate kiosk displays, load URLs, monitor device state, and trigger actions without writing raw HTTP requests.

The package has no external runtime dependencies and supports Python 3.6 and later, making it lightweight and easy to integrate into home automation, device management, or monitoring systems. It's actively maintained and positioned as a bridge between Python automation frameworks and Android kiosk hardware.

Use it for:

  • Automate content display on wall-mounted Android tablets or kiosk devices in retail or office settings.
  • Build home automation routines that control kiosk displays as part of a larger smart-home system.
  • Monitor and manage multiple Fully Kiosk Browser instances across a network from a central Python application.
  • Programmatically load URLs or trigger actions on kiosk devices based on external events or schedules.
  • Integrate kiosk control into device management or fleet monitoring dashboards.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Python interface to the Fully Kiosk Browser REST API, allowing programmatic control and monitoring of Fully Kiosk Browser instances running on Android devices.

Yes, if you need to control Fully Kiosk Browser instances from Python. The package has low installation friction, no dependencies, active maintenance, a permissive license, and no known vulnerabilities. It's a straightforward wrapper with a clear use case; verify that its API coverage matches your specific Fully Kiosk Browser version and feature needs before committing.

Install

python-fullykiosk on PyPI

pip

pip install python-fullykiosk

uv

uv add python-fullykiosk

poetry

poetry add python-fullykiosk

Installing python-fullykiosk

Before you install

Low friction installation with no runtime dependencies. The project is actively maintained with recent commits and has been in development since 2020, supporting current Python versions.

License in practice

Licensed under Apache Software License (permissive), allowing free use, modification, and distribution with minimal restrictions.

Quickstart

pip install python-fullykiosk

from fullykiosk import FullyKiosk

kiosk = FullyKiosk(host)
kiosk.loadUrl(url)

Requires a Fully Kiosk Browser instance running on an Android device with the REST API enabled and accessible over the network.

Verify before relying

  • Specific REST API methods and capabilities supported by this wrapper version
  • Authentication requirements or security considerations for accessing remote instances
  • Whether the package supports all Fully Kiosk Browser versions or has known compatibility limits
  • Example IP addresses or hostnames that would work with the wrapper

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 166 days since the last release
Last repo commit
First released
Downloads 85,544/month — #13,916 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: python_fullykiosk-0.0.15-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Topic :: Home Automation

Tags

fully kiosk browser python apiandroid kiosk control pythonfully kiosk rest wrapperkiosk browser automation pythonfully kiosk remote controlandroid device management pythonkiosk display control api
home-automationandroid-controlrest-api-wrapper

More Home Automation packages