This is a Python-based GUI tool for filtering data in Excel sheets based on column values. It uses the pandas
library for data processing and tkinter
for the GUI.
- Select an Excel file using a file browser.
- Display the available column names in the Excel sheet.
- Filter data based on a specific column and value.
- View filtered data in a scrollable text box.
- Python 3.8 or higher
- pandas
- openpyxl (for reading
.xlsx
files)
- Clone the repository:
git clone https://github.com/yourusername/excel_filter_gui.git cd excel_filter_gui