A simple hash identifier made with basic HTML, CSS and pyscript
PyScript is a framework to run simple as well as rich python programs directly in a web browser. It uses HTML's interface and the power of Pyodide, MicroPython and WASM, and modern web technologies. PyScript can be used in replacement of Java Script. But keep in mind that PyScript is very slow.
Client: HTML, CSS, PyScript
Server: Nothing! Magic happens on the clint side
- Supports almost all hash types
- Auto Light/dark mode toggle
- Cross platform
Clone the project
git clone https://github.com/spaulll/HashLens.git
Go to the project directory
cd HashLens
Start the server as per your convenience
python3 -m http.server
HashLens took a few seconds to fully load as it uses PyScript which itselt is very slow.