Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 495 Bytes

PyBank

PyBank is a Simple Banking System written in Python 3 with basic banking like depositing & withdrawing money, loan service e.t.c

Setup PyBank

apt install git
apt install python { Python 3 }
git clone https://www.github.com/niirmaaltwaatii/PyBank
cd PyBank
chmod +x PyBank.py
./PyBank.py OR python PyBank.py (python3)

PyBank 1.0 Features

• Deposit
• Withdraw
• Check
• Loan
• Redeem
e.t.c