Skip to content
/ ATM Public

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.

Notifications You must be signed in to change notification settings

Bhuvi2006/ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages