Skip to content

Any Random (Number , String , Password, Dice, Card, Gaussian Number, Uniform Number, Time, Date) Generator

License

Notifications You must be signed in to change notification settings

DivyaSaiKrishna/AnyRandom

Repository files navigation

AnyRandom

Note : Repo Build in procress ======[30%]=====

AnyRandom is built using Flask & Python for all random scenarios.

Table of Contents

Installation

Use the package manager pip to install the flask.

$ mkdir myproject
$ cd myproject
$ python3 -m venv venv
. venv/bin/activate
pip install Flask

Usage

Note : Started with all basic scenarios

$ NumberGenerator.randomNumber(1,10)
  -> 9
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

[MIT](https://choosealicense.com/licenses/mit/)

Releases

No releases published

Packages

No packages published