An open API service indexing awesome lists of open source software.

https://github.com/yaminibhole/simple_atm_interface


https://github.com/yaminibhole/simple_atm_interface

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Simple_ATM_interface
This project is a straightforward text-based simulation of an Automated Teller Machine (ATM) implemented in Python. The simulation offers basic functionalities such as viewing account balances, withdrawing and depositing cash, changing the PIN, and returning the ATM card.

# Features
The key features of this ATM simulation include the ability to:
* View Account Balance
* Withdraw Cash
* Deposit Cash
* Change PIN
* Return Card

# Project Structure
The project consists of two main files:
* atminterface.py: The primary Python script containing the ATM simulation code.
* README.md: This documentation file providing information about the project.