This is Aleatory a random file numbers generator. it gives a random integer or float to the terminal. Or it could make a csv, json or excel file full of random integers or floats.
Warning: must have pandas,openpyxl and random libraries from python installed
It's use this way:
--n --i this display a random integer bweteen minimum and maximum (both of them must be integers) including them
--n --f same as above but with floats (minimum and maximum could be integers or floats )
--csv --i This creates a csv file with a name in the path you specify
--csv --f same than above but with floats
--json --i same but with json file
--json --f
--excel --i
--excel --f
Examples: Try
./rand.py --n --f 0 100
./rand.py --csv --f 20 200 100 5 Imanexample /home/username