https://github.com/yaminibhole/simple_atm_interface
https://github.com/yaminibhole/simple_atm_interface
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaminibhole/simple_atm_interface
- Owner: yaminibhole
- Created: 2024-01-16T12:49:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T12:53:26.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:28:23.535Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.