DESCRIPTION
A multi-parameter sequential search utility for filtering through an input Excel Datasheet.
Project Duration -
April - August 2024 (6 Months)
Department of AI & ML - Sri Krishna Insititute of Technology -
6th SEMESTER 2021 Batch
D A R S H A N S
PROJECT ARCHITECT & ASSOCIATE DEVLOPER
>>GITHUB
|
V E N U G O P A L S R
PRIMARY DEVELOPER
>>GITHUB
|
D A R S H A N S A D A S H I V A
INTERFACE DESIGNER & ASSOCIATE DEVELOPER
>>GITHUB
|
- How to use the App
Step 01: Please use our
LATEST RELEASE PAGE
and find ExcelScope.exe
Step 02: Run ExcelScope.exe in your Downloads folder.
THE PYTHON WAY
for geeks/debuggers
Take the help of
requirements.txt
in the root folder.
Assuming you are inside the cloned folder, just run this in Terminal Interpreter: PowerShell
:
python -m pip install -r requirements.txt; python ./main.py
Please note that this App is currently intended to run on
WINDOWS
OS only.
Please refer
OFFICIAL CONTRIBUTION GUIDE
- LINK TO
THE ORIGINAL REPOSITORY