Un piccolo parser per creare finestre con pagine web in Python
Project description
DeWeb
Un piccolo parser per creare finestre con pagine web usando Python.
Esempi
Una pagina con Google
Possiamo aprire una pagina con www.google.com così:
from DeWeb.browser import DeWebParser
DeWebParser.prepare_load()
DeWebParser.load("https://www.google.com", "Google")
Così verrà caricata la pagina di Google in una finestra separata.
Una pagina GitHub Pages
Ecco come aprire una pagina su GitHub Pages:
from DeWeb.browser import DeWebParser
DeWebParser.prepare_load()
DeWebParser.load("https://demenigeco.github.io/functions/pk", "Esempio")
--
Licenza
Licenza Apache 2.0
--
Altre librerie
Dai un’occhiata anche al mio pacchetto utiilityes
Tabbella versioni
| Versione | Stato | Note |
|---|---|---|
| 1.0.0 | Acctabile | - |
| 1.0.1 | Accetabile | Gestione degli errori |
| 1.0.2 | Accetabile | test.py nuovo e nuovo SetFlag() |
| 1.0.3 | Nuova | Sistemazione problemi della 1.0.2 |
Community Fandom
Fai nella nostra community fandom di DeWeb 👉 Vai alla Community 👉 Documentazione Ufficiale
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deweb-1.0.3.tar.gz.
File metadata
- Download URL: deweb-1.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fc11bf1b1b398a087311db3c29ef91d84c494ee1284dd5f1a4fd495b9ceb8f6
|
|
| MD5 |
3abdb91c1a90695de4fea4048949f9e8
|
|
| BLAKE2b-256 |
6513702a7332148dab14d0033b399d3064b623745a32b6a08272dad3f391e0e3
|
File details
Details for the file deweb-1.0.3-py3-none-any.whl.
File metadata
- Download URL: deweb-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af62ad6c933cc45b28f95af3c582794e3252759231b23db299d71219a450da06
|
|
| MD5 |
89e660ccd48137d9ad097570df6528b6
|
|
| BLAKE2b-256 |
ede26c2df9619250764b6d71679abfeade0f118bf7f6fef3ef5d77fe2239a57c
|