Skip to content

briverse17/excel-keyword-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel Keyword Search

Search for a keyword across Excel files in a folder

NOTE

This code was well tested on Ubuntu 23.10. Please make appropriate changes if you are on other platforms

Build

  1. Prerequisite: Python >= 3.11.6

  2. Create virtual environment

    python3 -m venv .venv

    Replace .venv with any name of your choice

  3. Activate the virtual environment

    source .venv/bin/activate
  4. Install dependencies

    python3 -m pip install -r requirements.txt
  5. Run the program

    python3 app/main.py

About

Search for a keyword across Excel files in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages