Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deshankoswatte/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.
https://github.com/deshankoswatte/command-line-banking-system

Last synced: 26 days ago
JSON representation

A simple command line banking system made using python. The project was intended for a coursework in programming at foundation level.

Awesome Lists containing this project

README

        

# 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`.