Arrand-arabic-random-text icon indicating copy to clipboard operation
Arrand-arabic-random-text copied to clipboard

AttributeError: module 'arrand.arrandom' has no attribute 'word'

Open Wolvortex opened this issue 2 years ago • 0 comments

AttributeError: module 'arrand.arrandom' has no attribute 'word'

as in github example:

import arrand.arrandom

print(arrand.arrandom.word())

AttributeError: module 'arrand.arrandom' has no attribute 'word'

dir gives:

['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'aya', 'hadith', 'main', 'nonsense_const', 'os', 'paragraph', 'phrase', 'poem', 'proverb', 'rand_sentence', 'rand_sentences', 'random', 'rconst', 'sample', 'select', 'sys']

Wolvortex avatar May 08 '24 10:05 Wolvortex