Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 429 Bytes

README.MD

File metadata and controls

21 lines (11 loc) · 429 Bytes

Intro

Hard to explain

RTFM https://programmers-thoughts.blogspot.com/

Analysis

Read analysis in the file analyze.md

GCE cluster

Instructions how to run cluster in GCE: readme.md

Local development

To create new window:

  1. Create *.ui file in QTDesigner (QTCreator)
  2. Convert it to python file via: python -m PyQt5.uic.pyuic loader_window.ui -o loader_window_ui.py