Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 587 Bytes

Banking System


Purpose

Banking system via prompt for applying OOP concepts, with the following features:
  • User creation;
  • Creation accounts for each user;
  • Deposits, withdrawals and statements;


Project images


Technology used:

  • Python as a programming language;