This repository contains a nonogram solver.
In the folder python, it is implemented in python3, and in the folder web it is implemented in javascript.
The file web/solver.html contains a user-interface that can be run in browser.
As all calculations are performed locally, no server is needed to run the web page.