Skip to content

A tiny script for generating SRD-related words

Notifications You must be signed in to change notification settings

JiFish/MagicWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicWords

A tiny script for generating SRD-related words. This isn't intended to be a generic utility, it's mostly just to show my working for my 100 magic items challenge.

rollwords.py

Rolls two random words. One from srd_dict.json and one from oxford.txt.

build_srd_dict.py

Builds srd_dict.json from srd.txt and top_100_words.txt.

srd_dict.json will contain a list of words from srd.txt weighted by frequency. Words in top_100_words.txt are excluded from the list.

oxford.txt

Contains The Oxford 3000 and the Oxford 5000 list of English words.

srd.txt

Contains the 5e System Reference Document.

srd_dict.json

Output from build_srd_dict.py.

top_100_words.txt

Contains a list of the top 100 English words.

About

A tiny script for generating SRD-related words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages