Click here to visit the website.
The pronunciation, audio files, and definitions for words are automatically generated by the code available in this GitHub repository.
cd Merriam-Webster's_Vocabulary_Builder\words\book
python ..\..\..\scripts\generate_webster.pyTo generate all session pages, navigate to the scripts folder and run the following command:
cd Word_Power_Made_Easy/scripts
python generate_sessions.pyTo generate a page for a specific session, run the command below, replacing session1.txt with your desired session file:
cd Word_Power_Made_Easy/scripts
python generate_session.py ..\words\book\session1.txtNavigate to the words\book directory and run the following batch file to generate all unit pages:
cd Merriam-Webster's_Vocabulary_Builder\words\book
generate_units.batTo generate a page for a specific unit, use the command below, replacing session1.txt with the desired unit file:
cd Merriam-Webster's_Vocabulary_Builder\words\book
python ..\..\scripts\generate_unit.py Unit2To generate all supplement pages for Word Power Made Easy, run the following batch file from the supplement folder:
cd ..\Word_Power_Made_Easy\words\supplement\
generate_supplements.batTo generate a supplement page for a specific session, use the following command, replacing session1_supplement.txt with your desired supplement file:
cd ..\Word_Power_Made_Easy\words\supplement\
python ..\..\..\scripts\generate_supplement.py session1_supplement.txtTo use the website offline, go to the releases page and download the appropriate release for your needs.
- Ensure you have Python installed and the necessary dependencies before running the Python scripts.
- Modify paths in the commands if your directory structure differs from the one shown.