abdulalikhan / pyscript-examples

Useful examples built using the PyScript Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Useful examples built using the PyScript Framework

License:MIT License


Languages

Language:HTML 77.7%Language:Python 22.3%