A simple tool to prepare for GRE using Command Line Terminal.
The word lists are provided by Jamboree. It was originally inspired by another Github project which I can't find anymore.
-
Clone this repository
git clone https://github.com/pycoder2000/GRE-CLI-Prep.git
-
Change directories
cd GRE-CLI-Prep
-
Run Project
python vocab.py
-
Add alias to terminal(optional)
# Add the line below to your .bashrc or .zshrc file (only on MacOS) alias gre = 'python <path to folder>/vocab.py'
📦 GRE-CLI-Prep
├── 🗂️ word_list
│ ├── 📝 __init__.py
│ ├── 📝 list1.py
│ ├── 📝 list2.py
│ ├── 📝 list3.py
│ ├── 📝 list4.py
│ ├── 📝 list5.py
│ ├── 📝 list6.py
│ ├── 📝 list7.py
│ ├── 📝 list8.py
│ ├── 📝 list9.py
│ ├── 📝 list10.py
│ ├── 📝 list11.py
│ ├── 📝 list12.py
│ ├── 📝 list13.py
│ └── 📝 list14.py
└── 📝 vocab.py
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
-
Fork the Project
-
Commit your Changes
git commit -m 'Add some Feature'
-
Push to the Branch
git push origin main
-
Open a Pull Request