Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deshankoswatte/command-line-banking-system
- Owner: deshankoswatte
- Created: 2019-01-24T06:35:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T14:23:47.000Z (about 5 years ago)
- Last Synced: 2024-12-19T17:07:08.062Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.