Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boehnkec/mahjong
Play Mahjong in Python
https://github.com/boehnkec/mahjong
Last synced: 23 days ago
JSON representation
Play Mahjong in Python
- Host: GitHub
- URL: https://github.com/boehnkec/mahjong
- Owner: BoehnkeC
- Created: 2024-12-07T16:58:22.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-07T23:32:09.000Z (27 days ago)
- Last Synced: 2024-12-08T00:22:03.571Z (27 days ago)
- Language: Python
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mahjong in Python
Play Mahjong in Python.
## Quickstart
Install the package:
```shell
uv venv
source .venv/bin/activate
uv sync
```