A Django application for poker tournament and table management.
- Table management.
- Tournament management.
pip install cardroom
Cardroom can run as a standalone server or can be added on to existing projects
by simply adding cardroom
to the list of installed apps.
INSTALLED_APPS = [
...
'cardroom',
...
]
Cardroom has extensive test coverage, passes mypy static type checking, and has been validated through extensive use in real-life scenarios.
Contributions are welcome! Please read our Contributing Guide for more information.
Cardroom is distributed under the MIT license.