Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 512 Bytes

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