Metadata-Version: 2.1
Name: matheUI-backend
Version: 0.1.3
Summary: little funny games package created by Samuel Brinkmann
Author: Samuel Brinkmann
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pylint (!=2.5.0) ; extra == 'test'
Requires-Dist: isort ; extra == 'test'

# MatheUI-2.0

[![PyPI version](https://badge.fury.io/py/matheUI-backend.svg)](https://badge.fury.io/py/matheUI-backend)

little funny games

## set-up package

install the package to your activated virtual environment

```
pip install matheUI-backend
```

Now you can use the package. e.g.:

```
from matheUI_backend import AgentUndercover

auc = AgentUndercover()
auc.generate_round(player_number=7, spy_number=2, places_groups="standard")
```

--> in the '[examples](https://github.com/Priapos1004/MatheUI-2.0_backend/tree/main/examples)' folder you can find notebooks with code snippets that explain the usage of the package
