| |
- create_app(app_title: str, width: int, height: int, fontsize: int, dark_mode: bool, controller: src.GUI.Controller.Controller) -> None
- Create the main application window
:param app_title: Application title
:param width: Width of the window
:param height: Height of the window
:param fontsize: Font size of the application
:param dark_mode: If True, the application will use a dark theme
:param controller: Controller object that connects the GUI with the backend Scraper
:return:
- main() -> None
- Main function that initializes the application
:return:
|