Metadata-Version: 2.4
Name: website-as-app
Version: 1.8.0
Summary: Opens any web site as standalone desktop app.
Author-email: Marcin Orlowski <mail@marcinOrlowski.com>
License: MIT
Project-URL: Homepage, https://github.com/MarcinOrlowski/website-as-app/
Project-URL: Bug Tracker, https://github.com/MarcinOrlowski/website-as-app/issues/
Project-URL: Documentation, https://github.com/MarcinOrlowski/website-as-app/
Project-URL: Source Code, https://github.com/MarcinOrlowski/website-as-app/
Keywords: webapp,desktop,app
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: argparse>=1.4.0
Requires-Dist: PySide6
Requires-Dist: PyQtWebEngine
Requires-Dist: fasteners
Dynamic: license-file

![WebApp](docs/logo.png)

# WebApp

[![PyPI - Version](https://img.shields.io/pypi/v/website-as-app?style=flat)](https://pypi.org/project/website-as-app/)
![GitHub License](https://img.shields.io/github/license/MarcinOrlowski/website-as-app)
[![PyPI Downloads](https://static.pepy.tech/badge/website-as-app)](https://pepy.tech/projects/flex-text-table)

Run any website as standalone desktop application

## What is it?

This tool offers a unique approach to web browsing by opening any webpage in a dedicated
window using the embedded QT WebEngine. By removing the typical browser UI elements, it effectively
turns websites into standalone desktop applications. This can be particularly useful if you've ever
wished to run a frequently used website as a separate app, independent from your main browser. This
also can help when there's no native application available (like native Linux version of most of
the popular LLM based chatbots services like ChatGPT or Claude.

It provides a practical solution for those who find themselves juggling numerous browser tabs
or wanting a clearer separation between work and personal web applications. With each website
running as its own "app", you gain the benefit of individual entries in your window manager or task
switcher, potentially improving your workflow organization and efficiency.

![WebsiteAsApp in action](docs/screenshot.jpg)

1. Github website running as standalone app
2. Own application entry in the task switcher
3. Dedicated entry in system tray menu for easy access

Whether you're looking to streamline your digital workspace or simply curious about alternative
ways to interact with web content, this script presents an interesting concept that might just
solve a problem you didn't know you had.

## How to start?

Please refer to the [documentation](docs/README.md) for detailed instructions on how to
quickly install and start using this tool.

## License

* Written and copyrighted &copy;2023-2026 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* ResponseBuilder is open-sourced software licensed under
  the [MIT license](http://opensource.org/licenses/MIT)
