--- id: python-fullykiosk version: "0.0.15" license: unclear license_treatment: permissive maintenance: active --- # python-fullykiosk — Python wrapper for Fully Kiosk Browser REST API License: permissive · Maintenance: active · Downloads: 85.5K/mo ## 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 above — 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 pip install python-fullykiosk uv add python-fullykiosk 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_current - Install friction: low - Maintenance: active - Downloads: 85.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags fully kiosk browser python api, android kiosk control python, fully kiosk rest wrapper, kiosk browser automation python, fully kiosk remote control, android device management python, kiosk display control api, home-automation, android-control, rest-api-wrapper [View on SkillFed](https://skillfed.io/packages/python-fullykiosk) · [View on PyPI](https://pypi.org/project/python-fullykiosk/)