Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T11:08:00.000Z (over 2 years ago)
- Last Synced: 2023-03-04T18:59:03.374Z (almost 2 years 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: 2
- 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![Untitled](readme_images/Untitled.png)
### 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`