A simple and well-structured ATM system built using Python.
This project demonstrates a menu-driven program with a modular package architecture, making the code clean, reusable, and easy to understand.
- π° Display Balance
- β Deposit Money
- β Withdraw Money
- π Transaction Statement (history tracking)
- π Infinite loop-based menu system
- π¦ Organized package structure
- π§ Separation of logic from main file
====== ATM MENU ======
- Display Balance
- Deposit Money
- Withdraw Money
- Statement
- Exit