/ATM

The ATM Project is a Python application that simulates an automated teller machine (ATM) system using object-oriented programming principles. This project demonstrates fundamental programming concepts such as classes and objects, encapsulation, and user interaction.

Primary LanguagePython

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.