ofeksadlo / lichess-cheat

Simple chess cheat for lichess based on opencv.
19 stars 14 forks source link

issue 2 #2

Closed pjka closed 4 years ago

pjka commented 4 years ago

thank you sir, but one lit problem facing Traceback (most recent call last): File "C:\Users\monty\Desktop\lichess-cheat-master\main.py", line 5, in from stockfish import Stockfish ModuleNotFoundError: No module named 'stockfish'

it shows even if i've installed stockfish

ofeksadlo commented 4 years ago

You need to install the stockfish wraper https://pypi.org/project/stockfish/

My bad I'll add it to the readme

ofeksadlo commented 4 years ago

Added requirements in the readme check it out