UI.GUI
index
/home/flempriere/personal_projects/Languages/Python/BeginToCodeWithPython/03_UsefulPython/13_PythonAndGraphicalUserInterfaces/Exercises/03_GraphicalBankingApplication/UI/GUI/__init__.py

GUI
 
This package contains modules for constructing the graphical user interface
of a Banking Application
 
Modules
-------
AccountBalanceEditor
    Module providing graphical components for editing an account's balance
AccountCreation
    Module providing graphical components for creating new accounts
AccountSelector
    Module providing graphical components for selecting an account
AccountView
    Module providing graphical components for displaying account details
BankAccountApplication
    Module providing a complete implementation of a Banking Application
ManageLongTermView
    Module providing specialised graphical components for managing a long term account

 
Package Contents
       
AccountBalanceEditor
AccountCreation
AccountSelector
AccountView
BankAccountApplication
ManageLongTermAccountView