Skip to content

A simple command-line based Python program that simulates a bank environment.

Notifications You must be signed in to change notification settings

mgalen007/CLI-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

-----------------------------------------------------------------------------

CLI-BANK v1.0

-----------------------------------------------------------------------------

This is a command-line-based Python program that simulates a banking system, implementing an OOP approach.

The tasks you can do:

  1. Create an account
  2. View your current balance
  3. Deposit money
  4. Withdraw money
  5. View your account details

Steps to try this program:

  1. Clone this repo: git clone https://github.com/mgalen007/CLI-Bank
  2. Navigate to the repo folder: cd CLI-Bank
  3. Start the program: python3 my_bank.py
  4. Follow the instructions

Features to be added later:

  • Storing user data (using a file-based data management system)

  • Adding different banks

  • Using other banks

  • Enhanced CLI

    If you have any issues or advice regarding the repo, feel free to contact me.

About

A simple command-line based Python program that simulates a bank environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages