Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yjg30737/pyqt_csv_viewer

PyQt5 CSV & Excel viewer
https://github.com/yjg30737/pyqt_csv_viewer

csv csv-viewer pyqt pyqt-examples pyqt5 qtablewidget

Last synced: about 1 month ago
JSON representation

PyQt5 CSV & Excel viewer

Awesome Lists containing this project

README

        

# 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](https://github.com/yjg30737/pyqt_csv_viewer/assets/55078043/c13df330-60ea-42f2-80b2-c17b653756a2)