Metadata-Version: 2.4
Name: play-chess-with-a-webcam
Version: 0.0.2
Summary: Play chess with a webcam
Project-URL: Home, https://github.com/WolfgangFahl/play-chess-with-a-webcam
Project-URL: Documentation, https://wiki.bitplan.com/index.php/Play-chess-with-a-webcam
Project-URL: Source, https://github.com/WolfgangFahl/play-chess-with-a-webcam
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: chess,computer vision,lichess,webcam
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: berserk==0.3.1
Requires-Dist: flask-autoindex==0.6.6
Requires-Dist: flask-restful==0.3.10
Requires-Dist: flask==2.3.2
Requires-Dist: imutils==0.5.3
Requires-Dist: interface==2.11.1
Requires-Dist: jsonpickle==1.2
Requires-Dist: mss==4.0.3
Requires-Dist: opencv-python==4.10.0.84
Requires-Dist: pillow==9.3.0
Requires-Dist: python-chess==0.30.0
Requires-Dist: python-lichess==0.9
Requires-Dist: pyyaml>=6.0.2
Provides-Extra: test
Requires-Dist: matplotlib>=3.10.1; extra == 'test'
Requires-Dist: pytest-cov>=6.0.0; extra == 'test'
Requires-Dist: pytest>=8.3.5; extra == 'test'
Requires-Dist: scipy>=1.15.2; extra == 'test'
Description-Content-Type: text/markdown

# Play Chess With a Webcam

[![Github Actions Build](https://github.com/WolfgangFahl/play-chess-with-a-webcam/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/play-chess-with-a-webcam/actions/workflows/build.yml)
[![pypi](https://img.shields.io/pypi/pyversions/play-chess-with-a-webcam)](https://pypi.org/project/play-chess-with-a-webcam/)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/play-chess-with-a-webcam.svg)](https://github.com/WolfgangFahl/play-chess-with-a-webcam/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/play-chess-with-a-webcam.svg)](https://github.com/WolfgangFahl/play-chess-with-a-webcam/issues/?q=is%3Aissue+is%3Aclosed)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/play-chess-with-a-webcam/)
[![License](https://img.shields.io/github/license/WolfgangFahl/play-chess-with-a-webcam.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![chessboard](http://wiki.bitplan.com/images/wiki/f/f9/PlayChessWithAWebCam2019-10-26.png)](http://wiki.bitplan.com/index.php/PlayChessWithAWebCam)

### Documentation
* [BITPlan Wiki](http://wiki.bitplan.com/index.php/PlayChessWithAWebCam)

### Authors
* 2015  Version by Olivier Dugas see [blogdugas.net](http://blogdugas.net/blog/2015/05/18/play-chess-with-a-webcam/)
* 2019+ Version by [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
