web2app
PyPI package for converting a website into an app.
Installation
Download from pip:
pip install web2app
Usage
You can turn your website into an app as easy as this:
from web2app import Web2Exe
exe = Web2Exe("https://www.google.com/")
exe.create(output_dir="output")
This infers the application icon and name from the <title> of the website, and the favicon from the site.
You can also specify a custom favicon and app name:
exe = Web2Exe(
name="Google",
url="https://www.google.com/",
icon="assets/logo512.png",
)
You can specify the icon object as a path to an icon, a PIL.Image object, or a BytesIO containing valid image data.
Release files for web2app 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| web2app-1.0.1.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| web2app-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / web2app-1.0.1.tar.gz
| Download URL | web2app-1.0.1.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
232c5d0f78676d5da3969e4de01f58a7c2ef7db88bb1505f0a2927b1d7744da3
|
|
BLAKE2b-256 checksum How to use checksums |
113a2131d6f717acb5a6ca0545c2410c671e5d06c9f5ea8ce1171ffe2e426f4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / web2app-1.0.1-py3-none-any.whl
| Download URL | web2app-1.0.1-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ed0dcaf36e750c5cbc381e1218a9b1432c1d8f77272d24809aa72983e9a77e03
|
|
BLAKE2b-256 checksum How to use checksums |
87987ae6fec429800a40bf4d691b745ae18373a9d6eab2d9ca15a34e8f501c03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|