Nonogram
A nonogram/picross/griddler solver written in Python 3
Install / Use
/learn @NicolasBizzozzero/NonogramREADME
nonogram
<p align="center"> <img src="https://github.com/NicolasBi/nonogram/blob/master/nonogram/res/tux.gif?raw=true" alt="tux gif"/> </p>Installation
The following line will install the nonogram package on your computer and add an entry point to the software
~$ pip install nonogram
Usage
Launching the software is pretty straightforward. All the parameters have been already configured to help you during your day-to-day nonogram solving routine. Here's the command to use for solving the grid whose constraints has been saved in the file constraints.txt :
~$ nonogram constraints.txt
Requirements
The linear-programming solver need the <b><a href="http://www.gurobi.com">Gurobi Optimizer</a></b> software to be installed and properly configured.
Dependencies
- numpy ≥ 1.12.0
- docopt ≥ 0.6.2
Contributing
- Fork the project.
- Create your feature branch :
git checkout -b my-new-feature. - Commit your changes :
git commit -am 'Added some cool feature !'. - Push to the branch :
git push origin my-new-feature. - Submit a pull request.
Todo
- Add the following parameters :
- encoding
- verbose (tell when a bloc has been placed)
- progressbar
- output = (stdout in raw format | picture in window | picture saved)
- picture_output_path
- grid_path (with an non-empty grid)
- Add a decorator outputing the current grid when a ctrl + c happen
Acknowledgments
We would like to thanks the Pierre et Marie Curie University (UPMC), for giving us the possibility and authorization to release this project.
We also want to thanks professor <a href="http://www-poleia.lip6.fr/~escoffier/">Bruno Escoffier</a> for offering us the knowledge and oppoortunities needed to build this software.
License
This project is licensed under the GPLv3 License - see the LICENSE.txt file for details.
References
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
fullstack-developer
Full-Stack Developer Role Role Definition CONCEPT: Full-stack developer expertise ARCHITECTURE: Covers both frontend and backend development BEST_PRACTICE: Comprehensive web applicat
last30days-skill
18.5kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
