/pyscript-examples

Useful examples built using the PyScript Framework

Primary LanguageHTMLMIT LicenseMIT

PyScript Examples 🚀 🐍

Useful examples built using the PyScript Framework

What is PyScript? 🧐

From PyScript's website:

PyScript is a framework that allows users to create rich Python applications in the browser using HTML’s interface.

About this repo 🧰

Currently contains the following examples built with PyScript:

Password Generator with PyScript 🔑 ⚙️

Generates secure variable length passwords composed of uppercase/lowercase letters, symbols and numbers based on the user's inputs.

Password Generator

Hash Generator 🔐 ⚙️

Demonstrates usage of Python's HashLib library to generate MD5, SHA224, SHA256, SHA384, and BLAKE2 hashes fed from a text field.

Hash Generator

Fun Fact App 📐

Fetches a random fun fact from aakhilv's free-to-use API and displays it when the user clicks a button.

Fun Fact App