Skip to content

yjg30737/pyqt_csv_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt_csv_viewer

PyQt5 CSV and Excel viewer

This is a PyQt application that allows you to view the contents of each CSV and excel file in a specific folder using a QTableWidget.

You can sort and search the data in any excel files or csv files.

Requirements

  • PyQt5 >= 5.14
  • pandas
  • openpyxl

How to Use

  1. git clone ~
  2. pip install -r requirements.txt
  3. cd src
  4. python main.py

Preview

image