/animals

Primary LanguagePython

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