Search for a keyword across Excel files in a folder
This code was well tested on Ubuntu 23.10. Please make appropriate changes if you are on other platforms
-
Prerequisite:
Python >= 3.11.6
-
Create virtual environment
python3 -m venv .venv
Replace
.venv
with any name of your choice -
Activate the virtual environment
source .venv/bin/activate
-
Install dependencies
python3 -m pip install -r requirements.txt
-
Run the program
python3 app/main.py