##How to run
1- Clone the repo git clone https://github.com/heqoN/bank-system
2- Go into folder cd bank-system
3- Run the program python main.py
- Create account (register)
- Login
- Get account number
- Check balance
- Deposit money
- Withdraw money
- Transfer money between accounts
- Python 3.x
accounts.txt— stores user data (name, birth year, email, password, iban)money.txt— stores account number and balancelogs.txt— records deposit, withdrawal, and transfer logs
free to copy, modify, or improve it for personal use