Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 654 Bytes

Card Dealer

Here you will find a random card generator. Just input how many cards you want to get and the program will show you a random set of cards.

This program was developed using HTML and JavaScript. For styling CSS was implemented.

View:

You can view this project in the following link (https://lucydoja.github.io/Card-Dealer/) and explore for yourself.

If you want to run the project on Gitpod your will have to run the following on your command line:

$ pip3 install flask && python3 server.py

Features:

  • Select the number of cards you need
  • Generate a random set of cards
  • Do it as many times as you want