Dheeraj-giri Open Source Love svg1 GitHub Follow GitHub Forks GitHub Issues contributions welcome

Banking System:

This is Banking Concept created using Python.

Features

  • Create Bank Account.
  • Check Bank Balance Status.
  • Doposite and Withdraw Money.
  • Data stored in CSV file.
  • Check Bank Account Exit or Not.

Prerequisites

Be sure you have the following installed on your development machine:

  • Python>=3.10 Version

🛠 Skills

  • Core Python
  • File Handling
  • Time Module
  • Random Module
  • CSV Module
  • Pip
  • Git

How To Run :

For window :

  python Bank_Service.py 

For linux :

  python Bank_Service.py 

For Mac :

  python3 Bank_Service.py 

Screenshots

  • Create Your Account:

1

  • Your Transactions Numbers Are:

2

  • Check Amount Status:

3

  • Withdraw Amount:

5

  • Deposite Amount:

4

  • Exit from Bank Service:

5

  • Check Account is Exit or Not:

6