Convert one-column txt file to multi-column table docx file
This project inputs from a txt file and write formatted output in a docx file
vocabulary.txt: Input one column text file
vocabulary.docx: Formatted output file with coulmn table
Install dependancy
pip3 install -r requirements.txt
Run the project
python3 main.py