Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 514 Bytes

File metadata and controls

15 lines (11 loc) · 514 Bytes

Banking System in Python

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