Skip to content

lumbytyci/Card-Shuffler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Shuffler and Random Card Picker

This simple Python project serves to describe the mechanisms of modern pseudo-random number generators especially the Python implementation through the random class.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Dependencies

You need to have some very common python libraries pre-installed before you can run the application

  1. pillow - Python Imaging Library

pip install pillow

  1. matplotlib - Python 2D plotting library

pip install matplotlib

  1. numpy - Python scientific computing

pip install numpy

Screenshot

Releases

No releases published

Packages

No packages published

Languages