1 Repo
Desktop user interfaces designed to remain responsive while executing heavy backend computations asynchronously.
Distinct from Desktop UI: Focuses on the responsive UI pattern for computation-heavy tools rather than general desktop administration or productivity.
Explore 1 awesome GitHub repository matching user interface & experience · Asynchronous Desktop UIs. Refine with filters or upvote what's useful.
Eel is a Python HTML GUI framework designed for building desktop applications that utilize a Python backend and an HTML and JavaScript frontend. It functions as a local web server wrapper that hosts application assets and manages the browser window to provide a user interface. The framework provides a bidirectional Python-JavaScript bridge, allowing functions in either language to call each other in real time. It also includes a desktop application bundler to package Python code and web assets into a standalone executable for distribution. The system covers application window management, loc
Enables building responsive desktop tools that run heavy Python computations in the background while keeping the UI active.