Metadata-Version: 2.1
Name: whist-score
Version: 0.1.0
Summary: whist-score is a scorekeeper for the whist card game.
Home-page: https://github.com/erwinmintiens/whist-score
Author: Erwin Mintiens
Author-email: erwin.mintiens@protonmail.com
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click (>=7.1.2)
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: tabulate (>=0.9.0)

# Overview
## Description

`whist_score` is a CLI tool that focusses on scorekeeping for the 4-man card game color whist.

This Python package which can be installed via the command `pip install whist_score`.

The program can be started by executing `whist-score` in a terminal after installation.

# Features

- [x] Scorekeeping
- [x] Saving/loading games
- [x] Modifying a game record
- [x] Removing the last game record
- [ ] Modifying the scoring rules
- [ ] Moving to a full CLI tool with separate commands
- [ ] Translations
