Best Flask open-source libraries and packages

AnyRandom

Any Random (Number , String , Password, Dice, Card, Gaussian Number, Uniform Number, Time, Date) Generator
Updated 2 years ago

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

Random Number Generator

$ NumberGenerator.randomNumber(1,10)
  -> 9

Contributing

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.

License

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