Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsh07/dice-roller

A super simple Python program which can give you random number from a dice (i.e., a number from 1 through 6) and can toss a coin (not animated)
https://github.com/nsh07/dice-roller

coin-flip coin-toss dice-roller python random random-number-generator

Last synced: about 2 months ago
JSON representation

A super simple Python program which can give you random number from a dice (i.e., a number from 1 through 6) and can toss a coin (not animated)

Awesome Lists containing this project

README

        

# Dice-Roller
A super simple Python program which can give you random number from a dice (i.e., a number from 1 through 6) and can toss a coin (not animated). Bonus feature: [Tkinter](https://en.wikipedia.org/wiki/Tkinter) GUI. This is a demo program which shows a simple use of the Tkinter and Random package.

This program contains only 11 lines of code (excluding comments and blank lines).