Skip to content

Hrishi-3000/Sorting-a-Excel-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Excel Filter GUI

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.

Features

  • 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.

Requirements

  • Python 3.8 or higher
  • pandas
  • openpyxl (for reading .xlsx files)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/excel_filter_gui.git
    cd excel_filter_gui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages