Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt_csv_viewer
- Owner: yjg30737
- License: mit
- Created: 2023-10-09T06:00:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T06:51:15.000Z (10 months ago)
- Last Synced: 2024-12-29T08:42:09.935Z (about 1 month ago)
- Topics: csv, csv-viewer, pyqt, pyqt-examples, pyqt5, qtablewidget
- Language: Python
- Homepage:
- Size: 331 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt_csv_viewer
PyQt5 CSV and Excel viewerThis 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)