Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/nsh07/dice-roller
- Owner: nsh07
- Created: 2020-08-12T12:07:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T05:06:56.000Z (over 4 years ago)
- Last Synced: 2024-08-24T15:25:03.470Z (4 months ago)
- Topics: coin-flip, coin-toss, dice-roller, python, random, random-number-generator
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).