else/Dictionary
..
README.md
__init__.py
acronyms.py
common.py
compound.py
crosswd.py
crswd-d.py
fiction.py
freq-int.py
freq.py
kjvfreq.py
names-f.py
names-m.py
names.py
oftenmis.py
places.py
single.py

README.md

Dictionary

I made this so that I could more easily acess a list of words. Previousy I had to open() a text file each time. Now, I can:

import dictionary.common as common
import random

print(random.choice(common.words))