Package soovee_app :: Package gui
[frames] | no frames]

Package gui

SooVee Serial Audio Manager - Intializes the graphical interface. It imports the interface from soovee.gui.main.


Requires:
Submodules
  • soovee_app.gui.feed: SooVee Serial Audio Manger - Feed elements module for the graphical inface.
  • soovee_app.gui.login: SooVee Serial Audio Manager - Login support module for the graphical interface.
  • soovee_app.gui.main: SooVee Serial Audio Manager - Main support module for the graphical interface.
  • soovee_app.gui.media: SooVee Serial Audio Manger - Media support module for the graphical inface.
  • soovee_app.gui.menu: SooVee Serial Audio Manager - Menu service layout library for SooVee.
  • soovee_app.gui.tool: SooVee Serial Audio Manger- Feed support module for the graphical inface.

Functions
None
Exec(mode='podiobooks', optargs=None)
Authorize against a serial audio service account.
Variables
  __package__ = 'soovee_app.gui'

Imports: Auth, Gui, login, main, wx


Function Details

Exec(mode='podiobooks', optargs=None)

 

Authorize against a serial audio service account. Offer a login dialog to enter user and password. Then intialize the main module of the gui interface to begin the process of feed preview.

Parameters:
  • mode (string) - Service to retrieve serial audio info. Default 'podiobooks'
  • optargs (list) - Optional command line arguments passed.
Returns: None