Metadata-Version: 2.1
Name: minesweeperPy
Version: 2.1
Summary: A simple minesweeper generator for Python 3
Home-page: https://github.com/stshrewsburyDev/minesweeperPy
Author: stshrewsburyDev
Author-email: 
License: MIT
Project-URL: Source, https://github.com/stshrewsburyDev/minesweeperPy
Project-URL: Documentation, https://minesweeperPy.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

minesweeperPy
=============
##### Created by stshrewsburyDev

[![downloads](https://pepy.tech/badge/minesweeperPy)](https://pepy.tech/project/minesweeperPy)
[![python version](https://img.shields.io/pypi/pyversions/minesweeperPy.svg)](https://pypi.python.org/pypi/minesweeperPy)
[![version](https://img.shields.io/pypi/v/minesweeperPy.svg)](https://pypi.python.org/pypi/minesweeperPy)
[![license](https://img.shields.io/pypi/l/minesweeperPy.svg)](https://pypi.python.org/pypi/minesweeperPy)
[![documentation status](https://readthedocs.org/projects/minesweeperPy/badge/?version=latest)](https://minesweeperPy.readthedocs.io/en/latest/?badge=latest)

A simple minesweeper generator for Python 3

Changelogs:
-----------

Version **2.1**

[Latest changelogs](https://example.com/)

Installation:
-------------

###### Install with pip:
```
pip install minesweeperPy
```

###### Update with pip:
```
pip install minesweeperPy --upgrade
```

###### Install from source:
```
python setup.py install
```

Links:
------
* [GitHub repo](https://github.com/stshrewsburyDev/minesweeperPy/)
* [PyPi project page](https://pypi.org/project/minesweeperPy/)
* [Documentation](https://minesweeperPy.readthedocs.io/en/latest/)
* [My website](https://stshrewsburydev.github.io/)


