Skip to content

for formatting large .tsv files to docx in a pretty format

Notifications You must be signed in to change notification settings

gabydaemon/giac_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

giac_index

A script for formatting large .tsv GIAC indexes to easier to read, space efficient docx files.

Here's what it looks like!

Requirements

Python-docx

Expected Format

Rows of your index should be in alphabetical order (the script will not do this for you!).

Columns of your index should be in the following order: Term, Page Number, Description

Prettifying

Name your .tsv file 'index1.tsv' and place it into the same folder as this script.

Then naviagte to the folder, run python build.py, and a new file named 'index_finalized.docx' will appear like a wild pokemon!

Good luck on your exam!!

About

for formatting large .tsv files to docx in a pretty format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages