Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

NSnietol/raspberry-pi-man

Repository files navigation

RASPERRY PI - PH MAN

Interactions

Component Interactions

Folders

.
├── components              # python modules files 
|   ├── config              
│   ├── db                  
│   └── util                
├── exceptions              # own exceptions
├── frontend
|   ├── controllers
|   ├── css
|   ├── media               # pictures
|   └──  uis                # qt files 
├── models                   
├── tests                   # Automated tests 
├── LICENSE
└── README.md

Setting

Make sure to install requirements libraries before to run the project, throught .

 pip install -r requirements.txt 

How to generate python file from ui file

Make sure to have pyqt5

python -m PyQt5.uic.pyuic -x filename.ui -o outputfile.py