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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Set up pre-commit hook to automatically format code using black:

pre-commit install