We used pylint on the freshly created GUI_main.py.
The problems are numbered (orange integers) in the screenshot above.
Old code: Empty lines at the end of the file
Fixed code: removed empty lines, lkast line is now last line of code
Old code: line 1 is not a module description
Fixed code: line 1 is now a desciption of the module
We renamend GUI_main.py to gui.py
Old code:
Fixed code:
Old code:
Fixed code:
Old code:
Fixed code:
Old code:
Fixed code:
Old code:
Fixed code:
We can discared this change, because we noticed we don't need the os library.
We reruned pylint and this was the reslust:
Old code:
Fixed code: