A simple Python ATM system with GUI and SQLite database, supporting login, deposits, withdrawals, transfers, transaction history, and CSV import.
A Python-based ATM system with GUI and SQLite database.
- Login / Register system
- Deposit & Withdraw
- Transfer money between users
- Transaction history
- CSV import support
- Python
- Tkinter
- SQLite
- Pandas