🖥️
Python Banking System
Python194 lines· The Python Banking System is a simple console-based banking application that allows users to create accounts, perform transactions (deposits and wi…
view source on GitHubReady when you are
Python Banking System
The Python Banking System is a simple console-based banking application that allows users to create accounts, perform transactions (deposits and withdrawals), check balances, and view transaction history. This project is intended for educational purposes and is not suitable for use in real-world banking applications.
Features
- User account creation with a unique account number.
- Deposit and withdrawal transactions.
- Checking account balances.
- Viewing transaction history.
Prerequisites
- Python 3.x installed on your system.
Usage
- Create an account with your name and initial balance.
- Perform transactions by specifying the account number, transaction type (deposit or withdraw), and amount.
- Check your account balance at any time.
- View your transaction history.
How to run
python Banking.py
Dependencies
Standard library only.
Pyodide-runnable
Yes - it is a pure-stdlib console program using only input()/print() and the random module.
python-banking-system.py· Python 3.x
133 linesConsole· terminal