Skip to content

Angel-builds/Simple_Bank_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Bank System (Python Project)

This is a simple Python project that simulates how a bank handles transfers, deposits, and withdrawals between multiple accounts.

Each account starts with an initial balance, and you can perform different transactions just like in a real banking system.

Project Overview

I built this project to practice object-oriented programming (OOP) in Python.
It focuses on how to model real-world actions (like deposits and transfers) using classes and methods.

The program has a Bank class that:

  • Stores balances for all accounts
  • Checks if transactions are valid
  • Updates account balances accordingly

Features

  • Deposit money into an account
  • Withdraw money (if enough balance)
  • Transfer money between accounts
  • Validates account numbers and balances
  • Returns True or False based on success

About

A simple Python project that simulates a bank-- learning OOP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages