FernandoCelmer / pyscript-examples

Home Page:https://fernandocelmer.github.io/pyscript-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyscript-examples

GitHub Org's stars GitHub last commit



Introduction

PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of Pyodide, WASM, and modern web technologies.

Run

Building the Docker image

docker build --tag nginx/dev --file Dockerfile.nginx .

Starting the Docker container

docker run -d -t -p 80:80 nginx/dev

Exemples

Hello world

A static demo of the tag

Simple clock

A dynamic demo of the tag

TODO App

Simple TODO App

Commit Style

  • ⚙️ FEATURE
  • 📝 PEP8
  • 📌 ISSUE
  • 🪲 BUG
  • 📘 DOCS
  • 📦 PyPI
  • ❤️️ TEST
  • ⬆️ CI/CD
  • ⚠️ SECURITY

License

This project is licensed under the terms of the MIT license.

About

https://fernandocelmer.github.io/pyscript-examples/

License:MIT License


Languages

Language:CSS 100.0%