egta.utils module

python file with a bunch of utility methods

egta.utils.random_string(length, choices='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')[source]

Returns a random string of length length.

Can optinally specify the characters it’s drawn from.