You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A banking system to manage clients, checking accounts, and transactions (deposits and withdrawals) with history and withdrawal limit control.
Features
Client registration (Individual)
Creation of checking accounts linked to clients
Deposit and withdrawal with balance and limit validation
Transaction history per account
Daily withdrawal limit control per account
Interactive terminal menu
About
A Python banking system to manage clients, checking accounts, and transactions, featuring deposit/withdrawal validation, transaction history, daily withdrawal limits, and an interactive terminal menu.