Analyses games and positions. Possible to have a Game Report similar to the one from chess.com, including graphs.
Project description
pythonChessAnalyzer
Analyses games and positions. Possible to have a Game Report similar to the one from chess.com, including graphs.
Installation
Use the package manager pip to install pythonChessAnalyzer.
pip install chessAnalyzer
Usage
import os, chessAnalyzer, chessAnalyzer.main
# Always use a string for file paths!
ca = chessAnalyzer.main.AnnotatePosition(0.5, os.getcwd(), <engine file path(string)>)
ca.graph(pgn_loc, end_loc) # creates a graph
annotated_pgn = ca.annotate_game(pgn_loc) # annotates game
white_lost_positions: list, black_lost_positions: list, annotated game: list = ca.game_report(pgn_loc, annotate=True) # gets you a game report(saves graph elsewhere)
# and more!
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chessAnalyzer-0.1.0.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file chessAnalyzer-0.1.0.tar.gz
.
File metadata
- Download URL: chessAnalyzer-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b187b7091491f48b8a893ed833b822d819164200c0c6e5b8c7cf5cadae79c1de |
|
MD5 | dec30cdcb88ce660e3b9e807e9e18e8a |
|
BLAKE2b-256 | 1787b0f34caeb788d02188b3a521656213d0c7e73d46fb132b73e46a2f238da8 |
File details
Details for the file chessAnalyzer-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: chessAnalyzer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37f653bcd820a4abb3539db90abfa97bd9688a6e178e6b0f8f443fa4f4669f66 |
|
MD5 | 6dbf9507f7171aff5fe92e113b6e1f64 |
|
BLAKE2b-256 | 695f72345da5ef4e0126eb231b863c616b9a5fc6fbf69ffd6089058b90615584 |