Useful examples built using the PyScript Framework
From PyScript's website:
PyScript is a framework that allows users to create rich Python applications in the browser using HTML’s interface.
Currently contains the following examples built with PyScript:
Generates secure variable length passwords composed of uppercase/lowercase letters, symbols and numbers based on the user's inputs.
Demonstrates usage of Python's HashLib library to generate MD5, SHA224, SHA256, SHA384, and BLAKE2 hashes fed from a text field.
Fetches a random fun fact from aakhilv's free-to-use API and displays it when the user clicks a button.