Skip to content

Instantly share code, notes, and snippets.

View bleu48's full-sized avatar

48 bleu48

View GitHub Profile
# -*- coding: utf-8 -*-
# floodgate専用スクリプト @bleu48 2022.2.15
# 元ネタ https://github.com/ishidakei/python-shogi/blob/master/scripts/csa_usi_bridge.py
from __future__ import print_function, unicode_literals
import re
import subprocess
import os
import sys