Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 743 Bytes

File metadata and controls

23 lines (14 loc) · 743 Bytes

This repository is deprecated and only here for historical reasons. The new repository can be found at https://github.com/LiBoard/Python.

Scripts

Scripts to use LiBoard on PC. Run the scripts with the --help option to see information about their arguments.

keyboard.py

Emulates keyboard inputs for the moves by one side. Can be used to play on Lichess. Depends on pyautogui.

live_board.py

Shows the current board position using curses and prints a PGN on exit.

binboard.py

Print the binary data from the board as it comes in. Intended for diagnostic purposes.

Planned