# chessdisplay
chessdisplay is a Python board to chess to represent chess positions fully customizable.
## Examples
```python
import chessdisplay, chess
board = chess.Board()
game_display = chessdisplay.Display(board)
game_display.await_close()
```
## Install
Install the latest version:
```sh
pip install chessdisplay
```
[GNU GENERAL PUBLIC LICENSE](LICENSE)
Raw data
{
"_id": null,
"home_page": "https://github.com/emanuelVINI01/chessdisplay",
"name": "chessdisplay",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "chess,chessdisplay,chessboard,pygamechess",
"author": "emanuel",
"author_email": "emanueltdcsd@gmail.com",
"download_url": "",
"platform": null,
"description": "# chessdisplay\n\nchessdisplay is a Python board to chess to represent chess positions fully customizable.\n\n\n\n\n## Examples\n```python\n\nimport chessdisplay, chess\n\nboard = chess.Board()\n\ngame_display = chessdisplay.Display(board)\ngame_display.await_close()\n\n\n```\n\n## Install\nInstall the latest version:\n```sh\npip install chessdisplay\n\n```\n[GNU GENERAL PUBLIC LICENSE](LICENSE)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "A fully customizable chess board.",
"version": "0.4",
"split_keywords": [
"chess",
"chessdisplay",
"chessboard",
"pygamechess"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7aed3dda582a02c5b48eed0a6deb36cf49c50029e4afb9d0bbc4042eab96e0e6",
"md5": "8948c5561fa2040f4a2001d1adc0b598",
"sha256": "4c669984271cfede53774e93c8662f641d8847536ad40e060844ad37feca99ee"
},
"downloads": -1,
"filename": "chessdisplay-0.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8948c5561fa2040f4a2001d1adc0b598",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 15956,
"upload_time": "2023-04-10T21:12:53",
"upload_time_iso_8601": "2023-04-10T21:12:53.370302Z",
"url": "https://files.pythonhosted.org/packages/7a/ed/3dda582a02c5b48eed0a6deb36cf49c50029e4afb9d0bbc4042eab96e0e6/chessdisplay-0.4-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-10 21:12:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "emanuelVINI01",
"github_project": "chessdisplay",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "chessdisplay"
}