https://github.com/eslamdyab21/apara-data-gui
Custom application for Apara's data wrangling scripts, Technologies used are Qt-designer, PyQt5 for the GUI and Pandas, Numpy for the data work.
https://github.com/eslamdyab21/apara-data-gui
csv data data-analysis data-wrangling gui pandas pyqt5-desktop-application qt5-gui
Last synced: 20 days ago
JSON representation
Custom application for Apara's data wrangling scripts, Technologies used are Qt-designer, PyQt5 for the GUI and Pandas, Numpy for the data work.
- Host: GitHub
- URL: https://github.com/eslamdyab21/apara-data-gui
- Owner: eslamdyab21
- Created: 2022-08-31T20:56:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T11:08:00.000Z (over 3 years ago)
- Last Synced: 2025-03-15T09:42:58.027Z (about 1 year ago)
- Topics: csv, data, data-analysis, data-wrangling, gui, pandas, pyqt5-desktop-application, qt5-gui
- Language: Python
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apara-Data-GUI
Custom application for Apara's data wrangling scripts

### Run
---
#### Optional:
Convert the ui to py: `pyuic5 -x MainWindow.ui -o ui.py`
Convert the qrc to py: `pyrcc5 files.qrc -o files_rc.py`
#### Must:
Run logic.py to use the gui: `python3 logic.py`