معرفی شرکت ها


fentoboardimage-1.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

FenToBoardImage takes a Fen string representing a Chess position, and renders a Pillow image of the resulting position.
ویژگی مقدار
سیستم عامل -
نام فایل fentoboardimage-1.1.0
نام fentoboardimage
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Reed Krawiec
ایمیل نویسنده reedkrawiec@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fentoboardimage/
مجوز GPL3
<div align="center"> <img src="https://raw.githubusercontent.com/reedkrawiec/fenToBoardImage/main/documentation/logo.png" /> </div> # About fentoboardimage takes a Fen string representing a Chess position, and renders a PIL image of the resulting position. ### You can customize: - the size and color of the board - piece sprites - black or white perspective - Board highlighting for last move - Arrows # Installation Install the package using pip ``` $ pip install fentoboardimage ``` Then import the fenToImage and loadPiecesFolder functions and use them as follows: ``` from fentoboardimage import fenToImage, loadPiecesFolder boardImage = fenToImage( fen="rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1", squarelength=100, pieceSet=loadPiecesFolder("./pieces"), darkColor="#D18B47", lightColor="#FFCE9E" ) ``` In order to load a piece set, the pieces must follow this file structure, and must be a .png: ``` -piece_set_name -white - Knight.png - Rook.png - Pawn.png - Bishop.png - Queen.png - King.png -black - Knight.png - Rook.png - Pawn.png - Bishop.png - Queen.png - King.png ``` # Usage The fenToBoardImage has these parameters: fen: str Fen string representing a position squarelength: int the length of one square on the board resulting board will be 8 * squarelength long pieceSet: `loadPiecesFolder` the piece set, loaded using the `loadPiecesFolder` function darkColor: str dark square color on the board lightColor: str light square color on the board flipped: boolean default = False Whether to flip to board, and render it from black's perspective ArrowSet: `loadArrowsFolder` the piece set, loaded using the `loadArrowsFolder` function The loadPiecesFolder has one parameter: Arrows: list[(str,str)] A list of tuples containing coordinates to place arrows. In the format of (start, end) using standard chess notation for the squares. lastMove: dict A dictionary containing the fields `before`, `after`, `darkColor` and `lightColor`. `before` and `after` using standard chess notation for the squares, and `darkColor` and `lightColor` should be hex strings. path: str Loads piece set located at the path provided. The loadArrowsFolder has one parameter: path: str Loads arrow set located at the path provided. # Dependencies - [Pillow](https://pypi.org/project/Pillow/)


نیازمندی

مقدار نام
>=9.0.0,<10.0.0 Pillow


زبان مورد نیاز

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl fentoboardimage-1.1.0:

    pip install fentoboardimage-1.1.0.whl


نصب پکیج tar.gz fentoboardimage-1.1.0:

    pip install fentoboardimage-1.1.0.tar.gz