Skip to content

Python with OpenCV to count the number of pips on a die or dice.

License

Notifications You must be signed in to change notification settings

jamiekee/pydiecounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDieCounter

Python with OpenCV to count the number of pips on a die or dice.

Running

You will need to install OpenCV and Numpy.

Mac

You can install these by running the following commands:

pip3 install opencv-python 
pip3 install numpy

Following the library requirements, you can run the script to count the pips:

python3 example.py

Releases

No releases published

Packages

No packages published

Languages