htag is a Python GUI toolkit for building beautiful applications for mobile, web, and desktop from a single codebase, using a reactive component model similar to React. Version 2.0.27 runs on Python >= 3.10. It is actively maintained with regular releases.
pip install htagNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple app that displays 'Hello World!' in the browser.
Migrate components to subclass `HTag` and define `def init(self):` instead of `__init__`.
Replace `HTag.run()` with explicit runner import, e.g., `from htag.runners import BrowserHTTP`.
Define event handlers inside the class; use `self.bind(event, handler)` or decorate with `@HTag.event`.
No dependency data recorded yet.