Metadata-Version: 2.2
Name: website-as-app
Version: 1.7.0
Summary: ['Website As App v1.7.0 * Copyright 2023-2024 by Marcin Orlowski.', 'Opens any web site as standalone desktop app.', 'https://github.com/MarcinOrlowski/website-as-app/']
Home-page: https://github.com/MarcinOrlowski/website-as-app/
Author: Marcin Orlowski
Author-email: mail@marcinOrlowski.com
License: MIT License
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: License :: OSI Approved :: MIT License
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: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

![WebApp](docs/logo.png)

# WebApp

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.

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-2025 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
* ResponseBuilder is open-sourced software licensed under
  the [MIT license](http://opensource.org/licenses/MIT)
