Metadata-Version: 2.4
Name: guessnumbergame
Version: 1.0.1
Summary: 
Author: Anvarys
Author-email: 105349498+Anvarys@users.noreply.github.com
Requires-Python: >=3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

This is a CLI game of guessing a number. 

### Rules:
You guess a number and the CLI replies if its higher/lower/equal to the number that it generated in the beginning


### Installation

Install via pip:
```bash
pip3 install guessnumbergame
```

### Usage

In the terminal run `guessnum` or `pip3 -m guessnumbergame`
