Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 643 Bytes

ATM Project

Welcome to the ATM Project! This Python-based application simulates an ATM system using object-oriented programming principles. The project demonstrates how to build a simple, functional ATM machine using classes and objects.

Features

Account Management: Check balance, deposit, and withdraw funds.
Balance Check: View current balance.
Deposit: Add funds to the account.
Withdraw: Withdraw funds from the account.
Error Handling: Graceful handling of incorrect inputs and system errors

Prerequisites

Python 3.x installed on your system.
Basic understanding of object-oriented programming concepts.