Skip to content

A GUI Application for looking up keywords in Excel.

Notifications You must be signed in to change notification settings

qmi03/search_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download the build and run it

For MacOS user, you might need to allow execution on the file. Run chmod +x ~/Downloads/XLOOKUP_macos_arm64

For Windows user, you can just run the executable.

Run from source

  1. Clone the repository and cd into it.
git clone https://github.com/qmi03/search_gui.git && cd search_gui
  1. Install the dependencies (preferably in a virtual environment).
pip install -r requirements.txt
  1. Run it!
python app.py