SkillAgentSearch skills...

PyChess

PyChess is a pure Python chess library with pretrained AlphaZero

Install / Use

/learn @Kashu7100/PyChess
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="assets/logo.png"/> </p>

PyChess is a pure Python chess library with pretrained AlphaZero model.

Installation

  1. Clone this repository
$ git clone https://github.com/Kashu7100/PyChess.git
$ cd PyChess
  1. Creat Environment
$ conda env create -f environment.yml
  1. Install PyChess
$ python setup.py install

Play Game

Once PyChess is installed, activate your conda environment and use chess command to run the game.

$ conda activate tf
$ chess
<p align="center"> <img src="assets/chess.PNG" width="350" height="350"/> </p>

License

Source codes in the repository follows MIT license.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Python

Security Score

90/100

Audited on Feb 1, 2026

No findings