Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`