Skip to content

SerjSX/Python-Number-Generator-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Number-Generator

Tier: 1-Beginner

Generate a random number between a range of defined minimun and maximun.

The generator allows the user to use the random property for purposes like games that contains some kind of lottary or for statistics.

User Stories

  • User can define maximun and minimun values for the random number.
  • User can press the generate button to generate random number.

Bonus features

  • User can add option for negative values - Checkbox to make the input negative + automatically detects if input is negative
  • User can add option for decimal numbers - Automatically detects if it's an integer or a float
  • My own feature: added a copy button next to the result

Useful links and resources

What's this fuss about true randomness?

Example projects

Try not to view this until you've developed your own solution:

About

A number generator project that I coded according to the points from https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Random-Number-Generator.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages