['Website As App v1.1.1 * Copyright 2023-2024 by Marcin Orlowski.', 'Opens any web site as standalone desktop app.', 'https://github.com/MarcinOrlowski/website-as-app/']
Project description
WebApp
Run any website as standalone desktop application
Small Python script opening any web page in dedicated window, using embedded QT WebEngine. There are no visible browser's UI etc., so the that can be useful to turn any website into standalone desktop application. This is useful if you, as me, would like to have a website run as standalone app, independently of your main browser which can be beneficial as it gives you separate entry in window manager or task switcher etc.
IMPORTANT: This tool is NOT turning websites into OFFLINE apps! It's about separating each of your key websites i.e. from each other, or gazzilions of your browser's tabs. But you still MUST be connected to the Internet for the apps (websites) to work as previously.
Installation
I recommend you use pipx to install this tool in isolated environment:
$ pipx install website-as-app
You can also use plain pip
:
$ pip install website-as-app
But that might be a problem on some distributions no longer allowing such installations, therefore
use of pipx
is strongly recommended as the all-in-one solution.
Once installed webapp
executable (and its alias runasapp
) should be available in your system.
Please use --help
to see all available options, as i.e. custom icons, window title etc.
Usage
When app is installed system-wide, you can run it from anywhere:
$ webapp "https://github.com"
If you are using virtual environment, there's handy Bash script in extras/
directory
which takes care of initializing virtual environment and running the app using that environment.
You simply use extras/webapp.sh
script instead of webapp
directly:
$ extras/webapp.sh "https://github.com"
Configuration
Available options:
webapp -h
usage: webapp [--profile PROFILE] [--name NAME] [--icon ICON] [--zoom ZOOM] [--no-tray] url
Open any website in standalone window (like it's an app)
positional arguments:
url The URL to open
options:
--profile PROFILE, -p PROFILE Profile name (for cookies isolation etc). Default: "default"
--name NAME, -n NAME Application name (shown as window title)
--icon ICON, -i ICON Full path to PNG image file to be used as app icon
--geometry GEOMETRY, -g GEOMETRY Initial window ("WIDTHxHEIGHT+X+Y"). Default: "450x600+0+0"
--zoom ZOOM, -z ZOOM WebView scale. Default: 1.0 (no scale change).
--no-tray, -t Disables docking app in system tray (closing window quits app)
--minimized, -m Starts app minimized to system tray.
--allow-multiple, -a Allows multiple instances of the app to run on the same profile
--debug, -d Makes app print more debug messages during execution
The most important option is --profile
which allows you to isolate cookies and app settings
per instance. Any instance using the same profile will have access to the same cookies and
settings. This is useful if you want to run multiple instances of the same app, but with
different accounts. By default default
profile is used and it's recommended to use different
profile per each app instance.
By default only one instance per profile is allowed to run (attempt to run second instance
will bring the first one to the front). If you want to allow multiple instances of the app
to run on the same profile, use --allow-multiple
switch.
NOTE: --zoom
accepts fractional values, so you can use i.e. --zoom 1.25
to scale content up by
25% or --zoom 0.75
to scale down to 75% of the original size.
Current limitations
- Due to security based limitations of embedded
QWebBrowerView
you will not be able to save any file to your local storage nor filesystem. - Website's Javascript code cannot write to system clipboard so you might need to manually select given portion of the site and copy using function from context menu as any buttons on the page that is using JS to write to the host's clipboard will not currently work.
License
- Written and copyrighted ©2023-2024 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
- ResponseBuilder is open-sourced software licensed under the MIT license
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file website_as_app-1.1.1.tar.gz
.
File metadata
- Download URL: website_as_app-1.1.1.tar.gz
- Upload date:
- Size: 274.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e007cf4cae3b30de8d585c477b6b375bfd2aa0398b1a212cc72a965e2202f716 |
|
MD5 | 489f1f505c880fa6631b5bb94047a325 |
|
BLAKE2b-256 | 840c26853a30ab566af1d7cbfd74289072b836962b5167d58127f17954a44403 |
File details
Details for the file website_as_app-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: website_as_app-1.1.1-py3-none-any.whl
- Upload date:
- Size: 274.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb33670c1976f17c083eec552a78eaf74db4d4e20e2e8720c16790129ac2a86c |
|
MD5 | 68a21c2263dc3028e0918508db674211 |
|
BLAKE2b-256 | 08842f9ac671b38a1de094c95312dc06830072adccaf52defa2ec3aee7ececeb |