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
Provides-Extra: test
License-File: LICENSE

# 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
