git404hub

what is vhlookup fr?

koul777/vhlookup — explained in plain English

Analysis updated 2026-05-18

33PythonAudience · pm founder

tl;dr

A local Windows tool for non developers that masks personal data, merges files, compares versions, and summarizes Excel spreadsheets.

vibe map

mindmap
  root((VHLookup Local))
    What it does
      Masks personal data
      Merges spreadsheets
      Compares file versions
    Tech stack
      Python
      Excel
      Windows exe
    Use cases
      HR data cleanup
      Public admin reporting
      Pivot summaries
    Audience
      Non developers
      Public agencies
      HR and finance staff

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically mask personal information like names and phone numbers in an Excel or CSV file.

VIBE 2

Merge multiple spreadsheet submissions into one file by matching a shared key column.

VIBE 3

Compare a before and after version of a spreadsheet and highlight exactly what changed.

what's the stack?

PythonExcel

how it stacks up fr

koul777/vhlookup410979729/scope-recallabdullahselek/reducepy
Stars333333
LanguagePythonPythonPython
Last pushed2022-04-03
MaintenanceDormant
Setup difficultymoderatemoderate
Complexity3/53/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

VHLookup Local is a Windows desktop tool built for public agency, school, HR, and finance staff who spend a lot of time cleaning, combining, checking, and summarizing Excel files by hand. It is aimed squarely at non developers: you download a zip file, unzip it, and double click the program inside, no Python or coding knowledge needed. The tool runs only on your own computer. It never modifies your original file, does not use any server, API, or cloud upload, and always lets you pick where the result file is saved yourself. It offers seven main features. The first automatically finds columns that look like personal information, such as names, ID numbers, phone numbers, emails, and birthdates, lets you confirm which ones to hide with checkboxes, and replaces the values with asterisks matching the original length. The second splits one spreadsheet into multiple sheets based on a column you choose, such as department or status. The third merges several Excel or CSV files together, either by stacking similar files or by joining columns using a shared key column, and it can suggest matching columns even when their names differ but their values overlap. The fourth feature compares a before and after version of a file and highlights added rows in blue, removed rows in red with strikethrough, and changed cells with notes, even if column names changed between the two files. The fifth feature converts a wide table with separate columns for each month or quarter into a simple list format. The sixth builds pivot style summary tables grouped by department, month, or status, with count, sum, average, minimum, or maximum options. The seventh, added in the newest version, lets you pick a column and manually reorder its unique values, then sorts the whole spreadsheet to match that custom order, useful for things like department rank or status priority. Because the released executable is not code signed, Windows SmartScreen may initially warn against running it, and the README explains how to verify the file using its published SHA256 checksum.

prompts (copy fr)

prompt 1
Explain how VHLookup automatically detects personal information columns to mask.
prompt 2
Walk me through merging several Excel files that use slightly different column names.
prompt 3
Help me understand how the before and after file comparison highlights changed rows.
prompt 4
How do I verify the downloaded exe using the SHA256 checksum in the README?

Frequently asked questions

what is vhlookup fr?

A local Windows tool for non developers that masks personal data, merges files, compares versions, and summarizes Excel spreadsheets.

What language is vhlookup written in?

Mainly Python. The stack also includes Python, Excel.

Who is vhlookup for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.