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

ShellUI
 
This package contains modules for constructing a shell-based user interface
for interacting with a bank account management system
 
Modules
-------
BankAccountApplication
    Contains classes for a complete shell-based banking application
BTCInput
    Contains functions for validating terminal input

 
Package Contents
       
BTCInput
BankAccountApplication