Code functions ============== The `MainWindow` object is located in the `main.py` file. This object is the main window that opens when you run `pyhon main.py`. Here is every function that constitutes that window and how the data is processed by each function. .. automodule:: main :members: :undoc-members: :show-inheritance: