The vocab_generator is a Python program designed to assist users in generating vocabulary lists from text files. It processes input text files, extracts unique words, and compiles them into a structured vocabulary list.
- Text File Processing: Reads and processes input text files to extract words.
- Vocabulary Compilation: Identifies unique words and compiles them into a list.
- Output Options: Provides options to save the vocabulary list in various formats.
- Clone the repository:
git clone https://github.com/7174Andy/vocab_generator.git
- Navigate to the project directory:
cd vocab_generator
- Install the required dependencies:
pip install -r requirements.txt
-
Prepare input files Place the text files you wish to process into the
칸 단어
directory within the project folder. -
Run the program. Execute the following command to generate the vocabulary list:
python vocab_generator.py
-
Access the Output The program will generate a vocabulary list in the working directory within the project folder.
Since I made the program in a Korean private English academy called KAN Academy, there are some Koreans within the code.