Skip to content

Samuar/l2q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l2q - List to Query

Installing

pip install l2q

Running

Given an Excel spreadsheet with the contents:

A
1 blue
2 black
3 silver
4 white

Running the command:

$ l2q terms.xlsx
"blue" OR "black" OR "silver" OR "white"

l2q also works with Word files (.docx) and text files.