Installable PyScript application that runs offline.
The project ( hextobin ) is simply a pwa that cache assets and use them later when there is no internet connection.
The PyScript files along with any other assets (images/css/js) are cached by the application to reduce startup time and most importantly to run offline.
Clone the project
git clone https://github.com/Oussama1403/Pyscript-Offline
Go to the project directory
cd path/to/Pyscript-Offline
Start the server
python3 -m http.server --bind 127.0.0.1
Contributions are always welcome!
Here are some related projects and links.
Pyscript website:
Another demo about Pyscript offline:
More Pyscript examples :
Great tutorials about Pyscript