Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhrcook/streamlit-sudoku
A Streamlit web application for solving Sudoku.
https://github.com/jhrcook/streamlit-sudoku
heroku-app herokuapp pyomo python python3 streamlit sudoku sudoku-solver web-app
Last synced: 4 months ago
JSON representation
A Streamlit web application for solving Sudoku.
- Host: GitHub
- URL: https://github.com/jhrcook/streamlit-sudoku
- Owner: jhrcook
- Created: 2020-12-22T05:54:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T19:24:37.000Z (about 4 years ago)
- Last Synced: 2024-08-08T23:21:24.246Z (6 months ago)
- Topics: heroku-app, herokuapp, pyomo, python, python3, streamlit, sudoku, sudoku-solver, web-app
- Language: Python
- Homepage: https://streamlit-sudoku-solver.herokuapp.com
- Size: 2.21 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jhrcook/streamlit-sudoku - A Streamlit web application for solving Sudoku. (Python)
README
# Sudoku Solver web application
[![Python](https://img.shields.io/badge/Python-3.8-3776AB.svg?style=flat&logo=python&logoColor=FFDB4D)](https://www.python.org)
[![Streamlit](https://img.shields.io/badge/Streamlit-app-FF4B4B.svg?style=flat)](https://www.streamlit.io)
![GitHub Action CI](https://github.com/jhrcook/streamlit-sudoku/workflows/CI/badge.svg)
[![Heroku](https://img.shields.io/badge/Heroku-deployed-430098.svg?style=flat&logo=heroku)](https://www.heroku.com)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![jhc github](https://img.shields.io/badge/GitHub-jhrcook-181717.svg?style=flat&logo=github)](https://github.com/jhrcook)
[![jhc twitter](https://img.shields.io/badge/[email protected]?style=flat&logo=twitter)](https://twitter.com/JoshDoesa)
[![jhc website](https://img.shields.io/badge/Website-Joshua_Cook-5087B2.svg?style=flat&logo=telegram)](https://joshuacook.netlify.com)[**https://streamlit-sudoku-solver.herokuapp.com**](https://streamlit-sudoku-solver.herokuapp.com)
**A fast, interactive web application for solving Sudoku puzzles.**
The solver engine is built using the Linear Programming library [Pyomo](https://www.pyomo.org) and the UI is built with [Streamlit](https://www.streamlit.io).
The website will be hosted on [Heroku](https://heroku.com).---
![demo](demo.gif)