vg-mjg / majsoul-generator

Riichi mahjong hand picture maker, using majsoul tileset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

majsoul-generator

Python program to generate majsoul hands pictures. Forked and translated from here. It also calculates the score using this site, so it actually needs an internet connection. Just run it with

$ python3 main.py

Requirements

Tileset resources

Mahjong Soul

Manual

  • 123456789m stands for man πŸ€‡πŸ€ˆπŸ€‰πŸ€ŠπŸ€‹πŸ€ŒπŸ€πŸ€ŽπŸ€
  • 123456789p stands for pin πŸ€™πŸ€šπŸ€›πŸ€œπŸ€πŸ€žπŸ€ŸπŸ€ πŸ€‘
  • 123456789s stands for sou πŸ€πŸ€‘πŸ€’πŸ€“πŸ€”πŸ€•πŸ€–πŸ€—πŸ€˜
  • 1234567z stands for ton-nan-xia-pei-haku-hatsu-chun πŸ€€πŸ€πŸ€‚πŸ€ƒπŸ€†πŸ€…πŸ€„
  • 0m 0p 0s stands for aka
  • x stands for tileback πŸ€«

Examples

  • 1112345678999m 0m

  • 19m19p19s1234567z 1p

  • 223344666888s6z 6z

  • 123456789p5z x44xz 5z

  • 1m 123m123p123s111z 1m

About

Riichi mahjong hand picture maker, using majsoul tileset


Languages

Language:Python 100.0%