Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 437 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 437 Bytes

Command-Line-Banking-System

A simple command line banking system made using python. The project was intended for a coursework in programming at foundation level. There are two versions initial-version and improved-version.

  • Initial version - Represents the banking system using a single Main.py file.
  • Improved version - Represents the banking system using basic OOP principles. Contains two files Account.py and Main.py.