Getting started

Furax Poker is a Python application using Qt as GUI library and SQLite as database.

Installation

Requirements

  • Git
  • Python 3.8.2

Instructions

Get source code from repository using git and install it from source using pip with development dependencies.

pip install -e ".[dev]"

Usage

Start Furax Poker application using the furax command:

furax

Test suite is run using pytest, tests are located in the tests folder.

pytest tests

To contribute, please set up pre-commit hook to automatically format code using black:

pre-commit install