Metadata-Version: 2.1
Name: minesweeper-solver
Version: 0.1.4
Summary: 
License: MIT
Author: Thomas Lee
Requires-Python: >=3.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# minesweeper-solver

![PyPI](https://img.shields.io/pypi/v/minesweeper-solver?color=blue&style=for-the-badge)
![PyPI - Downloads](https://img.shields.io/pypi/dm/minesweeper-solver?color=blue&style=for-the-badge)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/minesweeper-solver?style=for-the-badge)

A working example of the solver if you run `python solver.py`

![1](images/1.png)

![2](images/2.png)

# PyPi Install

```bash
pip install minesweeper-solver
minesweeper_solver
```

