Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bank System Management πŸ¦πŸ’΅

This is a simple banking system implemented in Python using SQLite. It supports:

  • Creating accounts (current & savings)
  • Deposits, withdrawals, and transfers
  • Saving all data in a SQLite database
  • Logging transactions with timestamps

πŸ“Œ Project Overview

This project simulates a basic banking system. Users can manage bank accounts, perform money transfers, and view transaction history.


🎯 Features

πŸ‘€ Admin Account Management:

  • Create new Current or Saving account
  • View all accounts
  • Delete an account

πŸ’° Transactions:

  • Deposit money
  • Withdraw money
  • Transfer money between accounts
  • Apply interest rate (for Saving Accounts)
  • All transactions are saved in the database with timestamp

πŸ“„ Transaction History:

  • View all transactions in a clean table format

🧱 Technologies Used

Technology Purpose
Python Core programming language
SQLite Local database storage
OOP Class-based code structure

About

This project simulates a basic banking system. Users can manage bank accounts, perform money transfers, and view transaction history.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages