Digital Dice using Python
Dhanush N
Posted on September 7, 2020
All I wanted was to create a dice to generate random numbers from 1 to 6 using any possible simplest programming language. And I also wanted it to be displayed digitally each time when we roll the dice.
So I used python to generate random numbers from 1 to 6. And display image based on the random digit output. The dice will be rolled & the output will be displayed each time when you click on the dice.
A simple solution for my Digital Dice 🙂
Here's the code below for reference
https://github.com/dhanushnehru/100DaysOfCode
💖 💪 🙅 🚩
Dhanush N
Posted on September 7, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.